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())
+12
View File
@@ -14,10 +14,22 @@
<Summary>File transfer program to keep local copies in sync with remote files</Summary>
<Description>rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
<Archive sha1sum="c84faba04f721d393feccfa0476bfeed9b5b5250" type="targz">http://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>rsync</Name>
<RuntimeDependencies>
<Dependency>acl</Dependency>
<Dependency>attr</Dependency>
<Dependency>popt</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>