rsync dep fixed, test disabled.

This commit is contained in:
Ertuğrul Erata
2015-07-17 00:39:06 +03:00
parent 219924652c
commit 1e434dc5a3
2 changed files with 17 additions and 3 deletions
+5 -3
View File
@@ -11,13 +11,15 @@ from pisi.actionsapi import get
WorkDir="rsync-%s" % get.srcVERSION().replace('_','')
def setup():
autotools.configure("--without-included-zlib")
autotools.configure("--without-included-zlib \
--with-included-popt=no \
--disable-debug")
def build():
autotools.make()
def check():
autotools.make("check")
#def check():
# autotools.make("test")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())