From 45d79b854bd8a032b92ff5651b2a811074b14a20 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Jul 2010 01:00:49 +0200 Subject: [PATCH] unzip: add metafile support Signed-off-by: Stephan Raue --- packages/compress/unzip/build | 2 -- packages/compress/unzip/meta | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 packages/compress/unzip/meta diff --git a/packages/compress/unzip/build b/packages/compress/unzip/build index f476b86876..27588ffb93 100755 --- a/packages/compress/unzip/build +++ b/packages/compress/unzip/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $BUILD/$1* make CC=$TARGET_CC \ diff --git a/packages/compress/unzip/meta b/packages/compress/unzip/meta new file mode 100644 index 0000000000..d413d8753b --- /dev/null +++ b/packages/compress/unzip/meta @@ -0,0 +1,14 @@ +PKG_NAME="unzip" +PKG_VERSION="60" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.info-zip.org/pub/infozip/" +PKG_URL="http://ftp.uk.i-scream.org/sites/www.ibiblio.org/gentoo/distfiles/$PKG_NAME$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="compress" +PKG_SHORTDESC="unzip: PKUNZIP compatible compression utility" +PKG_LONGDESC="UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, the primary objectives have been portability and non-MSDOS functionality." +PKG_IS_ADDON="no"