into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/10 00:59:24+02:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/06/10 00:59:05+02:00 dyndns.org!reenoo
unzip: use oe_runmake rather than make so that CC is set properly etc. install man pages to ${D}${mandir}. Fixes bug #45.
2005/06/09 23:37:48+01:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe
2005/06/09 23:33:06+01:00 reciva.com!pb
new and updated jlime files, per bug #39
BKrev: 42a8d35fc22KrpkUSU0N3g-Gc5kctQ
PREFERRED_VERSION_glib-2.0-native = "2.6.2"
PREFERRED_VERSION_glib-2.0 = "2.6.2"
PREFERRED_VERSION_dpkg = "1.10.23"
-PREFERRED_VERSION_qte = "4.0.0-snapshot"
+PREFERRED_VERSION_qte = "2.3.10"
+PREFERRED_VERSION_xserver-kdrive = "20050207"
INHERIT += "package_tar package_ipk"
BBINCLUDELOGS = "yes"
DESCRIPTION = "A (de)compression library for the ZIP format"
SECTION = "console/utils"
LICENSE = "Info-ZIP"
+PR = "r1"
SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.52"
+export LD = "${CC}"
+
do_compile() {
- make -f unix/Makefile generic
+ oe_runmake -f unix/Makefile generic
}
do_install() {
- make -f unix/Makefile install prefix=${D}${prefix}
+ oe_runmake -f unix/Makefile install prefix=${D}${prefix}
+ install -d ${D}${mandir}
+ mv ${D}${prefix}/man/* ${D}${mandir}
}