X-Git-Url: http://gitweb/?a=blobdiff_plain;f=rsync%2FPkgfile;h=065d7e326064576279bfa6e780dc2b995ce22cb8;hb=c6c61c449713e2c71443230260ef31ff21405d9d;hp=ea1068cbf431e5b86bb5ceff877c5f9ac2a6a115;hpb=93f67a7f03b69457ac912a3be6384419405e3c8d;p=crossrootfs.git diff --git a/rsync/Pkgfile b/rsync/Pkgfile index ea1068c..065d7e3 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -2,12 +2,12 @@ # URL: http://rsync.samba.org # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: dropbear acl +# Depends on: acl name=rsync -version=3.0.7 +version=3.1.3 release=1 -source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ +source=(https://download.samba.org/pub/rsync/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) build () { @@ -16,9 +16,9 @@ build () { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --with-rsh=ssh \ - --with-included-popt + --with-included-popt \ + --with-included-zlib make make DESTDIR=$PKG install