X-Git-Url: http://gitweb/?a=blobdiff_plain;f=rsync%2FPkgfile;h=fd3e377aba1fb1abaf4a3b425091909804c982c5;hb=69672c0bd989d63e66db613717d0061471e77857;hp=142789c0e4f4621927689502d231b4e288ff7804;hpb=a6f4e115528507119dd9346132591568e64c231f;p=crossrootfs.git diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 142789c..fd3e377 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -1,11 +1,10 @@ # Description: Utility for incremental file transfers over networks # 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.8 +version=3.1.2 release=1 source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) @@ -16,9 +15,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