DESCRIPTION = "A PyQt-optimized Python Quicklauncher for Qt/Embedded based Palmtop Environments" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-pyqt" PR = "ml1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/tools/pyquicklauncher" S = "${WORKDIR}/pyquicklauncher" inherit distutils do_compile() { true } # # FIXME: Launch during postinstall # do_install() { install -d ${D}/${libdir}/python2.3/ install -m 0755 quicklauncher.py ${D}/${libdir}/python2.3/ install -d ${D}/${libdir}/python2.3/site-packages/quicklauncher/ install -m 0755 testapp.py ${D}/${libdir}/python2.3/site-packages/quicklauncher/ } 5ddd01569752866f8e679dd'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/zsafe
AgeCommit message (Expand)AuthorFiles
2007-02-12divers: remove superfluous spaces from SECTION line for 63 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-29zsafe: added 2.1.3 - close #1370Carsten Schneider2