summaryrefslogtreecommitdiff
path: root/python/python-quicklauncher_0.0.1.oe
blob: 658ff4f866d9459bc4e4db58f8a19414be08cc6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "A PyQt-optimized Python Quicklauncher for Qt/Embedded based Palmtop Environments"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
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/
}
 

oe.git/commit/packages/wget?id=57fbd1ab5141c0ec39dd59cea888b6432e20485a'>wget 1.9.1: Disable checking for the SSL headers so that it doesn't attemptJamie Lenehan1 to search the system include directories. Closes bug #1031. 2006-02-05wget: disable ipv6 for SlugOSOyvind Repvik1 slugos doesn't support IPV6 by default, and wget fails on IPV4 if IPV6 isn't supported in the kernel. 2005-12-08wget: Forgot to bump the PR.Rod Whitby1 2005-12-07wget: Disabled ipv6 for the Unslung firmware.Rod Whitby1 2005-12-05wget 1.1.1: enable ipv6, courtesy Erik Hovland, closes familiar bug #1333Koen Kooi1 2005-07-23Updated to use update-alternatives and fix some FHS bugsDavid Karlstrom1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi4