DESCRIPTION = "A PyQt-optimized Python Quicklauncher for Qt/Embedded based Palmtop Environments" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " RDEPENDS = "python-pyqt" PR = "ml1" SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/pyquicklauncher" S = "${WORKDIR}/pyquicklauncher" LICENSE = "GPL" inherit distutils do_compile() { true } # # FIXME: Launch during postinstall # do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/ install -m 0755 quicklauncher.py ${D}${libdir}/${PYTHON_DIR}/ install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ install -m 0755 testapp.py ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ } 3c93d'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/units
Juszkiewicz
AgeCommit message (Expand)AuthorFiles
2005-06-30import clean BK tree at cset 1.3670Koen Kooi4
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-31Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson3
2
2007-08-02lighttpd: added pcre support - closes #2692Alexander Hanff1
2007-05-28lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.Leon Woestenberg3
2007-05-23lighttpd: Added 1.4.15, for those clueless about cherokee.Leon Woestenberg1
2007-02-15lighttpd: lot of bugfixesMarcin Juszkiewicz11
2007-02-10lighttpd: simplified config (disabled webdav, auth modules)Marcin Juszkiewicz2
2007-02-09lighttpd: provide proper init script and config (from poky)Marcin Juszkiewicz6
2006-12-07lighttpd: add 1.4.13, closes #1662Leon Woestenberg5