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

# BLFS 7.5
TARBALL=zip30.tar.gz
MD5SUM=7b74551e63f8ee6aab6fbc86676c0d37 
SRC_URL=http://downloads.sourceforge.net/infozip/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='zip: zip 3.0 (ZIP compressor)  
zip:  
zip: The Zip package contains Zip utilities. These are useful for compressing 
zip: files into ZIP archives. To extract, please install unzip package.  
zip: 
zip: 
zip: 
zip: 
zip: 
zip: 
zip: 
'

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


