summaryrefslogtreecommitdiff
path: root/zip/Pkgfile
blob: c4927b0c86993a05a57cd35c2831805753056635 (plain)
    1 # Description: Compression and file packaging/archive utility
    2 # URL:         http://infozip.sourceforge.net/Zip.html
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  bzip2
    5 
    6 name=zip
    7 version=3.0
    8 release=1
    9 source=(http://dl.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
   10 
   11 build() {
   12     cd ${name}${version//./}
   13     make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
   14     make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
   15 }

Generated by cgit