diff options
author | Michael Lauer <mickey@vanille-media.de> | 2003-11-26 13:55:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2003-11-26 13:55:55 +0000 |
commit | 7fdd6b27865a7ac6c7f0f8f81dc0ce41a052884f (patch) | |
tree | a6f5b798ea9272ad75c8b837abcd3ef73951ab36 | |
parent | 62c0e9c1283aa0bf83ea8362bf8ae2f1e7de591d (diff) |
improve cvs SRC_URI and add version 1.11.9
BKrev: 3fc4b0eb08GOf6E1NO4JTHuyP8FGyg
-rw-r--r-- | cvs/cvs_1.11.6.oe | 7 | ||||
-rw-r--r-- | cvs/cvs_1.11.9.oe | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe index e69de29bb2..e8cb286eea 100644 --- a/cvs/cvs_1.11.6.oe +++ b/cvs/cvs_1.11.6.oe @@ -0,0 +1,7 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cvs/cvs_1.11.9.oe |