From 30fd180ca37d9b95b0489f063777bd86e0d67619 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Jul 2010 00:53:48 +0200 Subject: [PATCH] unrar: add metafile support Signed-off-by: Stephan Raue --- packages/compress/unrar/build | 2 -- packages/compress/unrar/meta | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 packages/compress/unrar/meta diff --git a/packages/compress/unrar/build b/packages/compress/unrar/build index 475f55ce6b..e17b6da8d2 100755 --- a/packages/compress/unrar/build +++ b/packages/compress/unrar/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $BUILD/$1 make CC=$TARGET_CC \ diff --git a/packages/compress/unrar/meta b/packages/compress/unrar/meta new file mode 100644 index 0000000000..1ff8dabb1f --- /dev/null +++ b/packages/compress/unrar/meta @@ -0,0 +1,14 @@ +PKG_NAME="unrar" +PKG_VERSION="3.9.7" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="free" +PKG_SITE="http://www.rarlab.com" +PKG_URL="http://www.rarlab.com/rar/unrarsrc-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="compress" +PKG_SHORTDESC="unrar: Extract, test and view RAR archives" +PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive." +PKG_IS_ADDON="no"