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

# source: james
TARBALL=plzip-$PKGVER.tar.gz
MD5SUM=bfd2f6fb94e8a3f458a11c7da663d900
SRC_URL=http://download.savannah.gnu.org/releases/lzip/plzip/$TARBALL
BUNDLE=

SLACKREG='lzlib >= 1.14-x86_64-1'
SLACKDESC="plzip: plzip $PKGVER (Parallel Lzip)
plzip: 
plzip: Plzip is a massively parallel (multi-threaded) implementation of 
plzip: lzip, compatible with lzip 1.4 or newer. Plzip uses the compression 
plzip: library lzlib.
plzip: 
plzip: https://www.nongnu.org/lzip/plzip.html
plzip: 
plzip: 
plzip: 
plzip: 
"

### default pkg_download
### default pkgـprepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc
}

