summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 17:14:57 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 17:14:57 +0100
commit707d7146e72b1eb7613a51d790dc297ca705b482 (patch)
tree31345712eb914a4f2a4eafa1b2a994b289a4e231
parentfacfca3009e041f0273467415d45ff967aac9c29 (diff)
downloadcvs-tarball-707d7146e72b1eb7613a51d790dc297ca705b482.tar.gz
Add morphology
-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"
+ ]
+}