From: Koen Kooi Date: Thu, 25 Aug 2005 22:13:01 +0000 (+0000) Subject: gpe-buttonbox : add cvs version X-Git-Tag: Release-2010-05/1~9453^2~3779^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d279eb1b3a8d69cd4ac2dc7be1d0655207d3e62a;p=openembedded.git gpe-buttonbox : add cvs version --- diff --git a/packages/gpe-buttonbox/.mtn2git_empty b/packages/gpe-buttonbox/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb new file mode 100644 index 0000000000..44c2779c47 --- /dev/null +++ b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +DESCIPTION = "Buttonbox for gpe" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/gpe-buttonbox" + +DEPENDS = "libgpewidget libgpelaunch" + +S = "${WORKDIR}/${PN}" +PV = "0.0+cvs-${CVSDATE}" +PR = "r1" + +inherit autotools + +FILES_${PN} += "${datadir}/gpe" +