diff options
Diffstat (limited to 'recipes/cvs/cvs_1.12.9.bb')
-rw-r--r-- | recipes/cvs/cvs_1.12.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cvs/cvs_1.12.9.bb b/recipes/cvs/cvs_1.12.9.bb new file mode 100644 index 0000000000..02ccb61b13 --- /dev/null +++ b/recipes/cvs/cvs_1.12.9.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/cvs-${PV}/cvs-${PV}.tar.bz2 \ + file://m4.patch;patch=1" + +inherit autotools gettext + +EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" |