diff options
Diffstat (limited to 'opie-examples-python')
-rw-r--r-- | opie-examples-python/opie-examples-python_1.1.7.oe | 32 | ||||
-rw-r--r-- | opie-examples-python/opie-examples-python_cvs.oe | 6 |
2 files changed, 35 insertions, 3 deletions
diff --git a/opie-examples-python/opie-examples-python_1.1.7.oe b/opie-examples-python/opie-examples-python_1.1.7.oe index e69de29bb2..c2c789306c 100644 --- a/opie-examples-python/opie-examples-python_1.1.7.oe +++ b/opie-examples-python/opie-examples-python_1.1.7.oe @@ -0,0 +1,32 @@ +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" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/examples/python \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" +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/opie-examples-python/opie-examples-python_cvs.oe b/opie-examples-python/opie-examples-python_cvs.oe index d574d6955d..122c49399b 100644 --- a/opie-examples-python/opie-examples-python_cvs.oe +++ b/opie-examples-python/opie-examples-python_cvs.oe @@ -7,9 +7,9 @@ RDEPENDS = "python-pyqt opie-pyquicklauncher" PV = "1.1.7+cvs-${CVSDATE}" APPNAME = "python" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/examples/python \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" +SRC_URI = "${HANDHELDS_CVS};module=opie/examples/python \ + ${HANDHELDS_CVS};module=opie/pics \ + ${HANDHELDS_CVS};module=opie/apps" S = "${WORKDIR}/${APPNAME}" inherit opie |