diff --git a/packages/compress/unrar/build b/packages/compress/unrar/build new file mode 100755 index 0000000000..191fba2f6e --- /dev/null +++ b/packages/compress/unrar/build @@ -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 + + diff --git a/packages/compress/unrar/install b/packages/compress/unrar/install new file mode 100755 index 0000000000..17a106610b --- /dev/null +++ b/packages/compress/unrar/install @@ -0,0 +1,7 @@ +#!/bin/sh + +. config/options + +mkdir -p $INSTALL/usr/bin + cp $BUILD/$1/unrar $INSTALL/usr/bin + diff --git a/packages/compress/unrar/url b/packages/compress/unrar/url new file mode 100644 index 0000000000..31e3c1426a --- /dev/null +++ b/packages/compress/unrar/url @@ -0,0 +1 @@ +http://www.rarlab.com/rar/unrarsrc-3.9.7.tar.gz