Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / opie-bluetoothmanager / opie-bluetoothmanager_1.1.7.oe
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
9 APPNAME = "bluetooth-manager"
10
11 TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
12 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/manager \
13            ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
14            ${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
15 S = "${WORKDIR}/manager"
16
17 inherit opie
18
19 # Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/*
20 do_install() {
21         install -d ${D}${palmtopdir}/pics/opietooth/
22         install -m 0644 ${WORKDIR}/pics/opietooth/*.png ${D}${palmtopdir}/pics/opietooth/
23 }