DESCRIPTION = "The Opie Quick Launcher Loader" SECTION = "opie/base" PRIORITY = "optional" MAINTAINER = "Team Opie " LICENSE = "GPL" PV = "1.1.6-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/tools/quicklauncher" S = "${WORKDIR}/quicklauncher" inherit opie do_install() { install -d ${D}/${palmtopdir}/bin/ install -m 755 quicklauncher ${D}/${palmtopdir}/bin/ }