cosmetics for opie-bluetoothapplet
authorMichael Lauer <mickey@vanille-media.de>
Tue, 13 Jul 2004 18:03:01 +0000 (18:03 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 13 Jul 2004 18:03:01 +0000 (18:03 +0000)
BKrev: 40f423d57kvTOHIL5wwj0nof49Eysw

opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe

index e69de29..d59ead6 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION = "Opie Bluetooth Applet"
+SECTION = "opie/applets"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "bluetoothapplet"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/applet;date=${CVSDATE} \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics/bluetoothapplet;date=${CVSDATE}"
+S = "${WORKDIR}/applet"
+
+inherit opie
+
+do_install() {
+       install -d ${D}${palmtopdir}/pics/bluetoothapplet
+       install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+}
+