]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-bluetoothmanager / opie-bluetoothmanager.inc
1 DESCRIPTION = "Bluetooth manager for Opie"
2 SECTION = "opie/settings"
3 PRIORITY = "optional"
4 DEPENDS = "libopietooth1"
5 RDEPENDS = "opie-bluepin"
6 MAINTAINER = "Team Opie <opie@handhelds.org>"
7 LICENSE = "GPL"
8 APPNAME = "bluetooth-manager"
9
10 S = "${WORKDIR}/manager"
11
12 EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
13
14 inherit opie
15
16 # Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/*
17 do_install() {
18         install -d ${D}${palmtopdir}/pics/opietooth/
19         install -m 0644 ${WORKDIR}/pics/opietooth/*.png ${D}${palmtopdir}/pics/opietooth/
20 }