summaryrefslogtreecommitdiffstats
path: root/zip/Pkgfile.old
blob: 1258a49a3729f6eac79efd47512b1f6c6ee49c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Compression and file packaging/archive utility
# URL:         http://infozip.sourceforge.net/Zip.html
# Maintainer:  CRUX System Team, core-ports at crux dot nu
# Depends on:  bzip2

name=zip
version=3.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.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
}