summaryrefslogtreecommitdiff
path: root/opie-calibrate/opie-calibrate_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-calibrate/opie-calibrate_1.1.7.oe')
-rw-r--r--opie-calibrate/opie-calibrate_1.1.7.oe17
1 files changed, 17 insertions, 0 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/
+}