1 DESCRIPTION = "Archiver for .zip files"
2 SECTION = "console/utils"
5 SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz"
7 EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC} ${LDFLAGS}' 'AS=${CC} -c' 'CPP=${CPP}' \
8 'CFLAGS=-I. -DUNIX ${CFLAGS} ${LDFLAGS}' 'LFLAGS1=${LDFLAGS}' 'INSTALL=install' \
9 'BINFLAGS=0755' 'INSTALL_D=install -d'"
12 oe_runmake -f unix/Makefile generic
16 oe_runmake -f unix/Makefile prefix=${D}${prefix} \
17 BINDIR=${D}${bindir} MANDIR=${D}${mandir}/man1 \