diff options
Diffstat (limited to 'packages/unzip/unzip_551.bb')
-rw-r--r-- | packages/unzip/unzip_551.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/unzip/unzip_551.bb b/packages/unzip/unzip_551.bb deleted file mode 100644 index ccdbc1bfc5..0000000000 --- a/packages/unzip/unzip_551.bb +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "console/utils" -SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" -S = "${WORKDIR}/unzip-5.51" - -LICENSE = "Info-ZIP" - -do_compile() { - make -f unix/Makefile generic -} - -do_install() { - make -f unix/Makefile install prefix=${D}${prefix} -} - - |