summaryrefslogtreecommitdiff
path: root/unzip/Pkgfile
blob: ba13e957f77e6024474120a94ca02b29caba0fb2 (plain)
    1 # Description: Decompress utility for zipfiles
    2 # URL:         http://infozip.sourceforge.net/UnZip.html
    3 # Maintainer:  Per Lidén, core-ports at crux dot nu
    4 
    5 name=unzip
    6 version=5.52
    7 release=2
    8 source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz)
    9 
   10 build() {
   11     cd $name-$version
   12     make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux
   13     make -f unix/Makefile prefix=$PKG/usr install
   14     ln -sf unzip $PKG/usr/bin/zipinfo
   15 }

Generated by cgit