summaryrefslogtreecommitdiff
path: root/packages/opie-calibrate
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-calibrate')
-rw-r--r--packages/opie-calibrate/.mtn2git_empty0
-rw-r--r--packages/opie-calibrate/opie-calibrate.inc14
-rw-r--r--packages/opie-calibrate/opie-calibrate_1.2.0.bb6
3 files changed, 20 insertions, 0 deletions
diff --git a/packages/opie-calibrate/.mtn2git_empty b/packages/opie-calibrate/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/opie-calibrate/.mtn2git_empty
diff --git a/packages/opie-calibrate/opie-calibrate.inc b/packages/opie-calibrate/opie-calibrate.inc
index e69de29bb2..e6c70090c8 100644
--- a/packages/opie-calibrate/opie-calibrate.inc
+++ b/packages/opie-calibrate/opie-calibrate.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+S = "${WORKDIR}/calibrate"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/bin/
+ install -m 0755 calibrate ${D}${palmtopdir}/bin/
+}
diff --git a/packages/opie-calibrate/opie-calibrate_1.2.0.bb b/packages/opie-calibrate/opie-calibrate_1.2.0.bb
index e69de29bb2..c5cc118fc8 100644
--- a/packages/opie-calibrate/opie-calibrate_1.2.0.bb
+++ b/packages/opie-calibrate/opie-calibrate_1.2.0.bb
@@ -0,0 +1,6 @@
+include ${PN}.inc
+
+
+PR = "r0"
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate"