diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2005-11-05 21:50:06 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-05 21:50:06 +0000 |
| commit | 594cd366a214b9ea8f7ed52eb7f4635a393f48a5 (patch) | |
| tree | d0d22e466d06421e9972cd9027569b54924b18d3 /packages/opie-examples-python | |
| parent | 7adabd7dffa510d614b4a681c912909b354c1ed6 (diff) | |
| parent | 3eeaa7051df89f3241f6420d22aa919001376e39 (diff) | |
merge of 21d66a92293faf76a506c7d17e3cd16e143bb401
and 70f8ac179abbb777f1bec20edf02530820b33e92
Diffstat (limited to 'packages/opie-examples-python')
4 files changed, 41 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 new file mode 100644 index 0000000000..ae84c3dfd7 --- /dev/null +++ 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.1.bb b/packages/opie-examples-python/opie-examples-python_1.2.1.bb new file mode 100644 index 0000000000..cc41ab54ee --- /dev/null +++ b/packages/opie-examples-python/opie-examples-python_1.2.1.bb @@ -0,0 +1,7 @@ +include ${PN}.inc + + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/examples/python \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" diff --git a/packages/opie-examples-python/opie-examples-python_cvs.bb b/packages/opie-examples-python/opie-examples-python_cvs.bb new file mode 100644 index 0000000000..5aaa9b797a --- /dev/null +++ b/packages/opie-examples-python/opie-examples-python_cvs.bb @@ -0,0 +1,7 @@ +include ${PN}.inc + +PV = "1.2.1+cvs-${CVSDATE}" + +SRC_URI = "${HANDHELDS_CVS};module=opie/examples/python \ + ${HANDHELDS_CVS};module=opie/pics \ + ${HANDHELDS_CVS};module=opie/apps" |
