base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / opie-launcher-settings / opie-launcher-settings.inc
blobe5b4263860ea1a15ca202e563f792a7d519c66ff
1 DESCRIPTION = "Launcher settings dialog"
2 SECTION = "opie/settings"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "libqtaux2"
6 APPNAME = "launchersettings"
9 S = "${WORKDIR}/launcher"
11 inherit opie
13 # FILES plugins/application/liblaunchersettings.so* bin/launchersettings apps/Settings/launchersettings.desktop pics/launchersettings
14 do_install() {
15         install -d ${D}${palmtopdir}/pics/${APPNAME}/
16         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
17