### this file is sourced not run
PKGVER=3.1.1
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5 updated to latest
TARBALL=rsync-$PKGVER.tar.gz
MD5SUM=43bd6676f0b404326eee2d63be3cdcfe
SRC_URL=http://rsync.samba.org/ftp/rsync/src/$TARBALL
BUNDLE=

SLACKREQ='openssl'
SLACKDESC="rsync: rsync $PKGVER (Fast incremental file transfer)  
rsync:  
rsync: rsync is an open source utility that provides fast incremental file 
rsync: transfer. This is useful for synchronizing large file archives over a 
rsync: network.  
rsync: 
rsync: 
rsync: 
rsync: 
rsync: 
rsync: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-included-zlib=no"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


