DESCRIPTION = "Pen action mini game. You fight evil Iai-Master and must survive. \ (Iai is a kind of the samurai fighting style)" SECTION = "opie/games" LICENSE = "GPL" APPNAME = "${PN}" APPTYPE = "binary" APPDESKTOP = "${WORKDIR}" SRC_URI = "http://www.urban.ne.jp/home/kanemori/zaurus/IaiMaster_${PV}.tar.gz \ file://iaimaster.desktop \ file://iaimaster.png" S = "${WORKDIR}/IaiMaster" inherit opie EXTRA_QMAKEVARS_POST += "TARGET=${PN}" do_configure_prepend() { qmake -project } do_install() { install -d ${D}${palmtopdir}/pics/ install -m 0644 ${WORKDIR}/iaimaster.png ${D}${palmtopdir}/pics/ } SRC_URI[md5sum] = "6e3992e261e1fb7fbae08530d45886b7" SRC_URI[sha256sum] = "bb837de5130cdbe2c1f4dd7ded8c890ef11f37979526e480afd82b364605563b"