diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 21:10:42 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 21:10:42 +0100 |
commit | 52c28441aae00cc5710f7c80c34061e8b9a2adae (patch) | |
tree | 3beccdb6979a8e1735287f532ab687e451d31c53 /unzip/Pkgfile | |
parent | a039034fcc35e3da1797e45504363f87ab21a945 (diff) | |
download | base-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.gz base-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.bz2 base-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.xz base-52c28441aae00cc5710f7c80c34061e8b9a2adae.zip |
Recette de unzip retirée.
Diffstat (limited to 'unzip/Pkgfile')
-rw-r--r-- | unzip/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/unzip/Pkgfile b/unzip/Pkgfile deleted file mode 100644 index 5148433..0000000 --- a/unzip/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -description="Decompress utility for zipfiles" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://infozip.sourceforge.net/UnZip.html" -depends=() - -name=unzip -version=6.0 -release=1 -source=(http://downloads.sourceforge.net/sourceforge/infozip/unzip60.tar.gz) -build () -{ - cd ${name}${version//./}; - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux; - make -f unix/Makefile prefix=$PKG/usr install; - ln -sf unzip $PKG/usr/bin/zipinfo -} |