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

# BLFS 8.2
TARBALL=unzip60.tar.gz
MD5SUM=62b490407489521db863b523a7f86375 
SRC_URL=http://downloads.sourceforge.net/infozip/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="unzip: unzip $PKGVER (ZIP extractor)  
unzip:  
unzip: The UnZip package contains ZIP extraction utilities. These are useful 
unzip: for extracting files from ZIP archives. ZIP archives are created with 
unzip: PKZIP or Info-ZIP utilities, primarily in a DOS/Windows environment.  
unzip: 
unzip: 
unzip: 
unzip: 
unzip: 
unzip: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/unzip*
	make -f unix/Makefile generic &&
	make prefix=/usr MANDIR=/usr/share/man/man1 \
		-f unix/Makefile install &&
	pkg_build_slackdesc
}


