summaryrefslogtreecommitdiff
path: root/opie-quicklauncher/opie-quicklauncher_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-quicklauncher/opie-quicklauncher_1.1.7.oe')
-rw-r--r--opie-quicklauncher/opie-quicklauncher_1.1.7.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/opie-quicklauncher/opie-quicklauncher_1.1.7.oe b/opie-quicklauncher/opie-quicklauncher_1.1.7.oe
index e69de29bb2..37489317ae 100644
--- a/opie-quicklauncher/opie-quicklauncher_1.1.7.oe
+++ b/opie-quicklauncher/opie-quicklauncher_1.1.7.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "The Opie Quick Launcher Loader"
+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/tools/quicklauncher"
+S = "${WORKDIR}/quicklauncher"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 755 quicklauncher ${D}/${palmtopdir}/bin/
+
+}