swig ver. bump
This commit is contained in:
@@ -10,9 +10,11 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.export("PYTHON", "/usr/bin/python3")
|
||||
shelltools.system("sed -i 's/\$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in")
|
||||
shelltools.system("sed -i 's/\$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl")
|
||||
autotools.configure("--without-clisp \
|
||||
--with-python3 \
|
||||
--without-maximum-compile-warnings")
|
||||
#autotools.configure("--prefix=/usr")
|
||||
|
||||
@@ -26,4 +28,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE*", "README")
|
||||
pisitools.dodoc("LICENSE*", "README")
|
||||
|
||||
Reference in New Issue
Block a user