diff options
Diffstat (limited to 'unzip/unzip_551.oe')
-rw-r--r-- | unzip/unzip_551.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unzip/unzip_551.oe b/unzip/unzip_551.oe index e69de29bb2..10633ca81c 100644 --- a/unzip/unzip_551.oe +++ b/unzip/unzip_551.oe @@ -0,0 +1,13 @@ +SECTION = "console/utils" +SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" +S = "${WORKDIR}/unzip-5.51" + +do_compile() { + make -f unix/Makefile generic +} + +do_install() { + make -f unix/Makefile install prefix=${D}${prefix} +} + + |