Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / opie-bluetoothmanager / opie-bluetoothmanager_cvs.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 PV = "1.1.7+cvs-${CVSDATE}"
9 APPNAME = "bluetooth-manager"
10
11 SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/manager \
12            ${HANDHELDS_CVS};module=opie/apps \
13            ${HANDHELDS_CVS};module=opie/pics"
14 S = "${WORKDIR}/manager"
15
16 inherit opie
17
18 # Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/*
19 do_install() {
20         install -d ${D}${palmtopdir}/pics/opietooth/
21         install -m 0644 ${WORKDIR}/pics/opietooth/*.png ${D}${palmtopdir}/pics/opietooth/
22 }