1 2 3 4 5 6 7 8 9 10 11 12 13
DESCRIPTION = "The Opie Quick Launcher Loader" SECTION = "opie/base" PRIORITY = "optional" LICENSE = "GPL" S = "${WORKDIR}/quicklauncher" inherit opie do_install() { install -d ${D}${bindir} install -m 755 quicklauncher ${D}${bindir}/ }