From 9680f4a242b63233f8d15646ac6f5f7e04695468 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Mon, 27 Dec 2004 13:40:44 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2004/12/27 14:28:28+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2004/12/27 14:28:11+01:00 dyndns.org!reenoo vlc-gpe: fix FILES. package .desktop file. 2004/12/27 14:00:41+01:00 uni-frankfurt.de!mickeyl opie cvs stuff is now 1.1.8+cvs- 2004/12/27 13:53:14+01:00 uni-frankfurt.de!mickeyl openzaurus 3.5.3 uses opie 1.1.8 and qte 2.3.9 BKrev: 41d010dc7G8fBE-Qnk0n_kXXQwxqPw --- .../opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages/opie-bluetoothapplet') diff --git a/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb b/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb index e69de29bb2..6f2e43b6d9 100644 --- a/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb +++ b/packages/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Opie Bluetooth Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +MAINTAINER = "Team Opie " +LICENSE = "GPL" +DEPENDS = "libopietooth1" +PV = "1.1.8+cvs-${CVSDATE}" +APPNAME = "bluetoothapplet" + +SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/applet \ + ${HANDHELDS_CVS};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 +} + -- cgit 1.2.3-korg