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

# source: james
TARBALL=ucl-$PKGVER.tar.gz
MD5SUM=852bd691d8abc75b52053465846fba34
SRC_URL=http://www.oberhumer.com/opensource/ucl/download/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC="libucl: libucl $PKGVER (Lossless data compression library)  
libucl:  
libucl: UCL is a portable lossless data compression library written in ANSI C. 
libucl: UCL implements a number of compression algorithms that achieve an 
libucl: excellent compression ratio while allowing *very* fast decompression. 
libucl: Decompression requires no additional memory. UCL is an OpenSource 
libucl: re-implementation of some NRV compression algorithms. As compared to 
libucl: LZO, the UCL algorithms achieve a better compression ratio but 
libucl: decompression is a little bit slower.  
libucl: 
libucl: http://www.oberhumer.com/opensource/ucl/
"

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