aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cvs/cvs_1.12.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cvs/cvs_1.12.9.bb')
-rw-r--r--recipes/cvs/cvs_1.12.9.bb12
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"