zip: updated to 2.32 (from OE) and cleaned

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1437 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-04 16:20:39 +00:00
parent 014e261e66
commit 387a0ad011
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,7 @@
SECTION = "console/utils"
inherit native
require zip_${PV}.bb
inherit native
S = "${WORKDIR}/zip-${PV}"
do_stage() {

View File

@ -1,6 +1,9 @@
DESCRIPTION = "Archiver for .zip files"
SECTION = "console/utils"
SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz"
LICENSE = "Info-ZIP"
SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz"
EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
'CFLAGS=-I. -DUNIX ${CFLAGS}' 'INSTALL=install' \
'BINFLAGS=0755' 'INSTALL_D=install -d'"
@ -14,4 +17,3 @@ do_install() {
BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \
install
}

View File

@ -0,0 +1,3 @@
require zip.inc
PR="r1"