diff options
Diffstat (limited to 'cvs/cvs_1.11.6.oe')
-rw-r--r-- | cvs/cvs_1.11.6.oe | 7 |
1 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 |