This commit is contained in:
4fury-c3440d8
2021-10-16 23:44:49 +03:00
parent 80ebe18447
commit 23b2d47bf3
2 changed files with 14 additions and 10 deletions
+4 -4
View File
@@ -9,16 +9,16 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vif")
autotools.configure()
autotools.configure("--enable-mpers=check")
def build():
autotools.make()
def check():
autotools.make()
pass
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "CREDITS", "NEWS", "README", "README-linux-ptrace",)
pisitools.dodoc("CREDITS", "NEWS", "README*",)