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

# source: james
TARBALL=zsync-$PKGVER.tar.bz2
MD5SUM=862f90bafda118c4d3c5ee6477e50841
SRC_URL=http://zsync.moria.org.uk/download/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="zsync: zsync $PKGVER (File transfer)
zsync: 
zsync: zsync is a file transfer program. It allows you to download a file 
zsync: from a remote server, where you have a copy of an older version of 
zsync: the file on your computer already. zsync downloads only the new parts 
zsync: of the file. It uses the same algorithm as rsync. zsync requires no 
zsync: special server software just a web server to host the files and 
zsync: imposes no extra load on the server, making it ideal for large scale 
zsync: file distribution.
zsync: 
zsync: http://zsync.moria.org.uk/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


