summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-29 11:33:54 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-29 11:33:54 +0100
commit69143399caff93903023752c7fd5876ea0e3b295 (patch)
treee4cac93a80622e1803e5625af9f3f35601a22bde
parentf1bdf13786f0752c0846cf36f0d91e4fc6747929 (diff)
downloadsubversion-tarball-69143399caff93903023752c7fd5876ea0e3b295.tar.gz
Add morphology
-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"
+ ]
+}