summaryrefslogtreecommitdiff
path: root/opie-calibrate
diff options
context:
space:
mode:
Diffstat (limited to 'opie-calibrate')
-rw-r--r--opie-calibrate/opie-calibrate_1.1.7.oe17
-rw-r--r--opie-calibrate/opie-calibrate_cvs.oe2
2 files changed, 18 insertions, 1 deletions
diff --git a/opie-calibrate/opie-calibrate_1.1.7.oe b/opie-calibrate/opie-calibrate_1.1.7.oe
index e69de29bb2..5bc9e975de 100644
--- a/opie-calibrate/opie-calibrate_1.1.7.oe
+++ b/opie-calibrate/opie-calibrate_1.1.7.oe
@@ -0,0 +1,17 @@
+DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate"
+S = "${WORKDIR}/calibrate"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 calibrate ${D}/${palmtopdir}/bin/
+}
diff --git a/opie-calibrate/opie-calibrate_cvs.oe b/opie-calibrate/opie-calibrate_cvs.oe
index 741f2b3e44..f4184e6de7 100644
--- a/opie-calibrate/opie-calibrate_cvs.oe
+++ b/opie-calibrate/opie-calibrate_cvs.oe
@@ -5,7 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.7+cvs-${CVSDATE}"
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate"
+SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate"
S = "${WORKDIR}/calibrate"
inherit opie