aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-bluetoothapplet/opie-bluetoothapplet_1.1.9.bb
blob: f97288f8f682e814fd4a1959543078f58494367f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Opie Bluetooth Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "libopietooth1"

APPNAME = "bluetoothapplet"


SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/applet \
           ${HANDHELDS_CVS};tag=${TAG};module=opie/pics/bluetoothapplet"
S = "${WORKDIR}/applet"

inherit opie

do_install() {
	install -d ${D}${palmtopdir}/pics/bluetoothapplet
	install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
}