From: Michael Lauer Date: Tue, 13 Jul 2004 18:03:01 +0000 (+0000) Subject: cosmetics for opie-bluetoothapplet X-Git-Tag: Release-2010-05/1~18233 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced8cdbd909429d4ba327078e136617a52ec61f7;p=openembedded.git cosmetics for opie-bluetoothapplet BKrev: 40f423d57kvTOHIL5wwj0nof49Eysw --- diff --git a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe index e69de29bb2..d59ead6098 100644 --- a/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe +++ b/opie-bluetoothapplet/opie-bluetoothapplet_cvs.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "Opie Bluetooth Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +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 +} +