new package: (thanks to Andras)

- add package unrar needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 21:59:49 +01:00
parent c8ba1c8edf
commit 3074d86edb
3 changed files with 23 additions and 0 deletions

15
packages/compress/unrar/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 makefile.unix

View File

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

View File

@ -0,0 +1 @@
http://www.rarlab.com/rar/unrarsrc-3.9.7.tar.gz