]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-bluetoothapplet/opie-bluetoothapplet.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-bluetoothapplet / opie-bluetoothapplet.inc
1 DESCRIPTION = "Opie Bluetooth Applet"
2 SECTION = "opie/applets"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = "libopietooth1"
7 APPNAME = "bluetoothapplet"
8
9 S = "${WORKDIR}/applet"
10
11 EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
12
13 inherit opie
14
15 do_install() {
16         install -d ${D}${palmtopdir}/pics/bluetoothapplet
17         install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
18 }
19