summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 18:06:46 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-25 18:06:46 +0100
commitcfc608006d858ee0643e6c71cca0c432a24f45cd (patch)
tree55be1a074ad26d5170c0ab0f30b6eb45bd672818
parentc14078f0869a6f86ca2f63853353f3a296360ffe (diff)
downloadsubversion-tarball-cfc608006d858ee0643e6c71cca0c432a24f45cd.tar.gz
Add swig support for perl libs
-rw-r--r--subversion-tarball.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
index e0f0d3e..a1d6eed 100644
--- a/subversion-tarball.morph
+++ b/subversion-tarball.morph
@@ -5,5 +5,13 @@
"configure-commands": [
"python gen-make.py build.conf",
"./configure --prefix=\"$PREFIX\" --without-berkeley-db"
+ ],
+ "build-commands": [
+ "make",
+ "make swig-pl"
+ ],
+ "install-commands": [
+ "make install DESTDIR=\"$DESTDIR\"",
+ "make install-swig-pl DESTDIR=\"$DESTDIR\""
]
}