# $Id: PKGBUILD 6705 2008-12-20 14:04:19Z douglas $ # Maintainer: dorphell # Contributor: Bruno Tsubouchi Yporti pkgname=zip pkgver=3.0 pkgrel=2 pkgdesc="Creates PKZIP-compatible .zip files" arch=(i686 x86_64) url="http://www.info-zip.org/pub/infozip/Zip.html" depends=('glibc') makedepends=('unzip') source=(ftp://ftp.info-zip.org/pub/infozip/src/zip30.zip) md5sums=('e88492c8abd68fa9cfba72bc08757dba') build() { cd $startdir/src/${pkgname}30 make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc || return 1 make -f unix/Makefile INSTALL=`which install` prefix=$startdir/pkg/usr install }