diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/opie-examples-python | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/opie-examples-python')
-rw-r--r-- | packages/opie-examples-python/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/opie-examples-python/opie-examples-python.inc | 27 | ||||
-rw-r--r-- | packages/opie-examples-python/opie-examples-python_1.2.0.bb | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/packages/opie-examples-python/.mtn2git_empty b/packages/opie-examples-python/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/opie-examples-python/.mtn2git_empty diff --git a/packages/opie-examples-python/opie-examples-python.inc b/packages/opie-examples-python/opie-examples-python.inc index e69de29bb2..ae84c3dfd7 100644 --- a/packages/opie-examples-python/opie-examples-python.inc +++ b/packages/opie-examples-python/opie-examples-python.inc @@ -0,0 +1,27 @@ +DESCRIPTION = "Python examples for Opie" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +RDEPENDS = "python-pyqt opie-pyquicklauncher" +APPNAME = "python" + +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/*.desktop ${D}${palmtopdir}/apps/Python/ +} + diff --git a/packages/opie-examples-python/opie-examples-python_1.2.0.bb b/packages/opie-examples-python/opie-examples-python_1.2.0.bb index e69de29bb2..4ec2bf2a16 100644 --- a/packages/opie-examples-python/opie-examples-python_1.2.0.bb +++ b/packages/opie-examples-python/opie-examples-python_1.2.0.bb @@ -0,0 +1,8 @@ +include ${PN}.inc + + +PR = "r0" + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/examples/python \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" |