diff options
-rw-r--r-- | packages/gpe-buttonbox/gpe-buttonbox_0.5.bb | 11 | ||||
-rw-r--r-- | packages/gpe-buttonbox/gpe-buttonbox_cvs.bb | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/gpe-buttonbox/gpe-buttonbox_0.5.bb b/packages/gpe-buttonbox/gpe-buttonbox_0.5.bb new file mode 100644 index 0000000000..dc1b439d04 --- /dev/null +++ b/packages/gpe-buttonbox/gpe-buttonbox_0.5.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +DESCIPTION = "Buttonbox for gpe" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "libgpewidget libgpelaunch" + +GPE_TARBALL_SUFFIX= "bz2" +inherit gpe autotools + +FILES_${PN} += "${datadir}/gpe" + diff --git a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb index 44c2779c47..e25f1985ac 100644 --- a/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb +++ b/packages/gpe-buttonbox/gpe-buttonbox_cvs.bb @@ -1,3 +1,4 @@ +DEFAULT_PREFERENCE = "-1" LICENSE = "GPL" DESCIPTION = "Buttonbox for gpe" @@ -6,8 +7,8 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/gpe-butto DEPENDS = "libgpewidget libgpelaunch" S = "${WORKDIR}/${PN}" -PV = "0.0+cvs-${CVSDATE}" -PR = "r1" +PV = "0.5+cvs-${CVSDATE}" +PR = "r0" inherit autotools |