From cfc608006d858ee0643e6c71cca0c432a24f45cd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 25 Sep 2012 18:06:46 +0100 Subject: Add swig support for perl libs --- subversion-tarball.morph | 8 ++++++++ 1 file changed, 8 insertions(+) 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\"" ] } -- cgit v1.2.1