diff options
Diffstat (limited to 'cvs/cvs_1.12.9.oe')
-rw-r--r-- | cvs/cvs_1.12.9.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cvs/cvs_1.12.9.oe b/cvs/cvs_1.12.9.oe index e69de29bb2..3daa18147a 100644 --- a/cvs/cvs_1.12.9.oe +++ b/cvs/cvs_1.12.9.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " +SECTION = "console/network" +PRIORITY = "optional" +DEPENDS = "gettext-native" + +SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \ + file://m4.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" |