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"