CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2.k
[crossrootfs.git] / rsync / Pkgfile
index 20c87ea4759f722c84f779fb47e1c4dea4174e2f..1588003f1f28fa2a2b7b4c8d46f61eff2ebb748c 100644 (file)
@@ -1,12 +1,11 @@
 # 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: openssh acl
+# Depends on: acl
 
 name=rsync
-version=3.0.8
-release=1
+version=3.1.1
+release=3
 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