diff --git a/unzip.be0 b/unzip.be0 new file mode 100755 index 000000000..36b3c52ff --- /dev/null +++ b/unzip.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION unzip-6.0.0-1 + +SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz" + + +# PATCHURL+=() + +# EXCLUDE+=() + +build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_build() { + make -f unix/Makefile generic +} + +mee_install() { + mkdir -pv ${D}${PREFIX} + mkdir -pv ${D}${MANDIR}/man1 + make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1 +} +## by default this may be 'make install DESTDIR="${D}"'