zip: added DESCRIPTION, cleaned recipes (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 4 Apr 2007 16:16:47 +0000 (16:16 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 4 Apr 2007 16:16:47 +0000 (16:16 +0000)
packages/zip/zip-native_2.32.bb
packages/zip/zip.inc
packages/zip/zip_2.32.bb

index fde61ef..cfa4272 100644 (file)
@@ -1,6 +1,7 @@
-SECTION = "console/utils"
-inherit native
 require zip_${PV}.bb
+
+inherit native
+
 S = "${WORKDIR}/zip-${PV}"
 
 do_stage() {
index b66b4b2..8d04bd5 100644 (file)
@@ -1,6 +1,9 @@
+DESCRIPTION = "Archiver for .zip files"
 SECTION = "console/utils"
-SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.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'"
index b8c4ae9..4e01db8 100644 (file)
@@ -1,2 +1,3 @@
 require zip.inc
-PR="r0"
+
+PR="r1"