aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-examples-python/opie-examples-python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-examples-python/opie-examples-python.inc')
-rw-r--r--recipes-opie/opie-examples-python/opie-examples-python.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-opie/opie-examples-python/opie-examples-python.inc b/recipes-opie/opie-examples-python/opie-examples-python.inc
new file mode 100644
index 0000000..3a784a3
--- /dev/null
+++ b/recipes-opie/opie-examples-python/opie-examples-python.inc
@@ -0,0 +1,27 @@
+DESCRIPTION = "Python examples for Opie"
+SECTION = "opie/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS_${PN} = "python-pyqt opie-pyquicklaunchapplet"
+APPNAME = "python"
+PACKAGE_ARCH = "all"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_configure() {
+ :
+}
+
+do_compile() {
+ :
+}
+
+do_install() {
+ install -d ${D}${palmtopdir}/bin/python/ ${D}${palmtopdir}/apps/Python
+ install -m 0755 *.py ${D}${palmtopdir}/bin/python/
+ install -m 0644 ${WORKDIR}/apps/Python/.directory ${D}${palmtopdir}/apps/Python/
+ install -m 0644 ${WORKDIR}/apps/Python/simple.desktop ${D}${palmtopdir}/apps/Python/
+}
+