into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/09/27 16:05:58+02:00 hrw.one.pl!hrw
snes9x-sdl-qpe: fix packaging
BKrev: 41581e557MrTr0z0SkujE6guv7zObw
SECTION = "base"
PRIORITY = "optional"
DEPENDS = "libsdl-qpe"
+PR = "r1"
SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \
file://compile.patch;patch=1"
S = "${WORKDIR}/snes9x-sdl-${PV}"
-FILES_${PN} = "${TARGET_PALMTOPDIR}"
+FILES_${PN} = "${palmtopdir}/bin/snes9x"
do_compile() {
oe_runmake CC="${CC}" CCC="${CXX}" \
}
do_install() {
- install -d ${D}/${TARGET_PALMTOPDIR}/${bindir}
- install -m 0755 snes9x ${D}/${TARGET_PALMTOPDIR}/${bindir}/snes9x
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 snes9x ${D}/${palmtopdir}/bin/snes9x
}