diff options
Diffstat (limited to 'recipes/cvs/cvs_1.12.8.bb')
-rw-r--r-- | recipes/cvs/cvs_1.12.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cvs/cvs_1.12.8.bb b/recipes/cvs/cvs_1.12.8.bb new file mode 100644 index 0000000000..b472a451eb --- /dev/null +++ b/recipes/cvs/cvs_1.12.8.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " +SECTION = "console/network" +PRIORITY = "optional" +DEPENDS = "" +LICENSE = "GPL" + +SRC_URI = "http://musthave.sunbase.org/progs/ccvs/Old/cvs-${PV}/cvs-${PV}.tar.bz2 \ + file://m4.patch;patch=1" + +inherit autotools gettext + +EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" |