summaryrefslogtreecommitdiff
path: root/packages/zip/zip_2.31.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-07-04 09:47:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-04 09:47:33 +0000
commit4529f12ab4c495e6d4790814f31a46b33ceca1e7 (patch)
treeb028ea541efeea1aa1481326aae00c611d1fa2d8 /packages/zip/zip_2.31.bb
parentf95b30588c16453d5f98e17b9b800b4d1e399b66 (diff)
parentd1f207a2c3388bbbd8a6ff976603e679478533b2 (diff)
merge of 048984452e3625e7ebd5e99419f289d1ea6a9d40
and b160064c666a513a6ec76f7fd0ddbd5ee1d7a985
Diffstat (limited to 'packages/zip/zip_2.31.bb')
-rw-r--r--packages/zip/zip_2.31.bb19
1 files changed, 2 insertions, 17 deletions
diff --git a/packages/zip/zip_2.31.bb b/packages/zip/zip_2.31.bb
index 6c588a55e5..d10bb4312e 100644
--- a/packages/zip/zip_2.31.bb
+++ b/packages/zip/zip_2.31.bb
@@ -1,17 +1,2 @@
-SECTION = "console/utils"
-SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz"
-LICENSE = "Info-ZIP"
-EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
- 'CFLAGS=-I. -DUNIX ${CFLAGS}' 'INSTALL=install' \
- 'BINFLAGS=0755' 'INSTALL_D=install -d'"
-
-do_compile() {
- oe_runmake -f unix/Makefile generic
-}
-
-do_install() {
- oe_runmake -f unix/Makefile prefix=${D}${prefix} \
- BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \
- install
-}
-
+include zip.inc
+PR="r0"