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