From 225aa6172996a635d4a49670953f495b1f455e51 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 15:37:04 +0000 Subject: unzip: added 552 from OE - needed for spectrum-fw git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2981 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/unzip/unzip_552.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/packages/unzip/unzip_552.bb (limited to 'meta/packages/unzip/unzip_552.bb') diff --git a/meta/packages/unzip/unzip_552.bb b/meta/packages/unzip/unzip_552.bb new file mode 100644 index 000000000..2f06e1b1c --- /dev/null +++ b/meta/packages/unzip/unzip_552.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "A (de)compression library for the ZIP format" +SECTION = "console/utils" +LICENSE = "Info-ZIP" +PR = "r1" + +SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" +S = "${WORKDIR}/unzip-5.52" + +export LD = "${CC}" + +do_compile() { + oe_runmake -f unix/Makefile generic +} + +do_install() { + oe_runmake -f unix/Makefile install prefix=${D}${prefix} + install -d ${D}${mandir} + mv ${D}${prefix}/man/* ${D}${mandir} +} + + -- cgit v1.2.3