* rebuild

This commit is contained in:
Rmys
2020-12-17 13:18:25 +03:00
parent ab58383c5a
commit 6fa34c555c
29 changed files with 497 additions and 26 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ from pisi.actionsapi import get
def setup():
autotools.configure("--without-included-zlib \
--with-included-zlib=no \
--with-included-popt=no \
--disable-xxhash \
--disable-debug")
def build():
@@ -23,4 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS","README","TODO")
pisitools.dodoc("NEWS*","README*","TODO")