From 0426c6b79f5dadd9b37770d2f1ff331a8c3fe30d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 19 Sep 2004 14:19:34 +0000 Subject: Merge Opie-Console_CVS Conflict 2004/09/19 16:15:58+02:00 handhelds.org!zecke Bump the Version number of the Opie CVS Packages to 1.1.6-cvs-${CVSDATE} 2004/09/19 01:46:25+02:00 handhelds.org!zecke Merge bk://openembedded@openembedded.bkbits.net/packages into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/09/19 01:45:58+02:00 handhelds.org!zecke Beagle Kernel work: Fix APM handling Include more modules, for example mtdchar so that one can erase the partition if needed Change the BootLogo to another bootscreen 2004/09/18 13:24:59+02:00 handhelds.org!zecke Merge bk://openembedded@openembedded.bkbits.net/packages into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/09/17 02:52:19+02:00 handhelds.org!zecke Beagle updates and implementations -Make tslib work with the beagle touchscreen interface -Qt/E map the lightning to Key 91, allow keyboard repeating -Provide default modules and modules.conf for modules-colleteral -Do not use Intel Assabat as machine name for beagle -Fix dependencies by fixing spelling BKrev: 414d9576pvCHcHdDvMCQrAF7FbMcLg --- opie-examples-python/opie-examples-python_cvs.oe | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'opie-examples-python') diff --git a/opie-examples-python/opie-examples-python_cvs.oe b/opie-examples-python/opie-examples-python_cvs.oe index e69de29bb2..5602884ab4 100644 --- a/opie-examples-python/opie-examples-python_cvs.oe +++ b/opie-examples-python/opie-examples-python_cvs.oe @@ -0,0 +1,31 @@ +DESCRIPTION = "Python examples for Opie" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie " +LICENSE = "GPL" +RDEPENDS = "python-pyqt opie-pyquicklauncher" +PV = "1.1.6-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" +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/ +} + -- cgit v1.2.3