summaryrefslogtreecommitdiffstats
path: root/zip/Pkgfile
blob: e0dfd84e84ce6e66a33bdd9564bad24b900ae58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description="Compression and file packaging/archive utility"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://infozip.sourceforge.net/Zip.html"
depends=(bzip2)

name=zip
version=3.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/infozip/zip30.tar.gz)
build () 
{ 
    cd ${name}${version//./};
    make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic;
    make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
}