new package: (thanks to Andras)

- add package unzip needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 22:00:08 +01:00
parent 3074d86edb
commit 1a62ec9dca
3 changed files with 23 additions and 0 deletions

15
packages/compress/unzip/build Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $BUILD/$1*
make CC=$TARGET_CC \
RANLIB=$TARGET_RANLIB \
AR=$TARGET_AR \
STRIP=$TARGET_STRIP \
-f unix/Makefile generic

View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/bin
cp $BUILD/$1*/unzip $INSTALL/usr/bin

View File

@ -0,0 +1 @@
http://ftp.uk.i-scream.org/sites/www.ibiblio.org/gentoo/distfiles/unzip60.tar.gz