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

# source: james
TARBALL=xdelta3-$PKGVER.tar.gz
MD5SUM=fa9b598194d82adeaec2f3c30e827dd6
SRC_URL=https://github.com/jmacd/xdelta/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='xz' 
SLACKDESC="xdelta3: xdelta3 $PKGVER (Differential compressor)  
xdelta3:  
xdelta3: Xdelta is a tool and library for differential compression. Xdelta 
xdelta3: release version 3 supports VCDIFF encoding and decoding. Supports 
xdelta3: compressing 64 bit files on Windows, Linux, etc.  
xdelta3: 
xdelta3: Xdelta3 is the modern version of xdelta.
xdelta3: This package contains only the binaries, no libraries included.
xdelta3: 
xdelta3: http://xdelta.org/
xdelta3:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/xdelta* &&
	cd xdelta3 &&
	autoreconf -fi &&
	./configure $CONFFLAGS &&
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}
