summaryrefslogtreecommitdiff
path: root/cvs-tarball.morph
diff options
context:
space:
mode:
Diffstat (limited to 'cvs-tarball.morph')
-rw-r--r--cvs-tarball.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/cvs-tarball.morph b/cvs-tarball.morph
new file mode 100644
index 0000000..a4e8e6d
--- /dev/null
+++ b/cvs-tarball.morph
@@ -0,0 +1,8 @@
+{
+ "name": "cvs-tarball",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "YACC='bison -y' ./configure --prefix \"$PREFIX\" --with-external-zlib --without-gssapi --without-krb4 --disable-server --disable-dependency-tracking --disable-nls --disable-rpath"
+ ]
+}