summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subversion-tarball.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
new file mode 100644
index 0000000..6520bf6
--- /dev/null
+++ b/subversion-tarball.morph
@@ -0,0 +1,8 @@
+{
+ "name": "subversion-tarball",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\" --without-berkeley-db"
+ ]
+}