CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rsync: updated source
[crossrootfs.git] / rsync / Pkgfile
index 20c87ea4759f722c84f779fb47e1c4dea4174e2f..065d7e326064576279bfa6e780dc2b995ce22cb8 100644 (file)
@@ -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: openssh acl
+# Depends on: acl
 
 name=rsync
-version=3.0.8
+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