From 387a0ad011929c68cc8b9f575796914152e81999 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 4 Apr 2007 16:20:39 +0000 Subject: 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 --- meta/packages/zip/zip_2.31.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/packages/zip/zip_2.31.bb (limited to 'meta/packages/zip/zip_2.31.bb') diff --git a/meta/packages/zip/zip_2.31.bb b/meta/packages/zip/zip_2.31.bb deleted file mode 100644 index 6c588a55e..000000000 --- a/meta/packages/zip/zip_2.31.bb +++ /dev/null @@ -1,17 +0,0 @@ -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 -} - -- cgit v1.2.3