As pointed out by Paul Menzel, I wasn't careful with the u-a part
and broke -native builds, fix.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
DESCRIPTION = "A (de)compression library for the ZIP format"
SECTION = "console/utils"
LICENSE = "Info-ZIP"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.52"
oe_runmake -f unix/Makefile install prefix=${D}${prefix}
install -d ${D}${mandir}
mv ${D}${prefix}/man/* ${D}${mandir}
+
+do_install_append_pn-unzip() {
mv ${D}${bindir}/unzip ${D}${bindir}/unzip.${PN}
}