aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-examples-python/opie-examples-python.inc
blob: 3a784a37b7aa370b6dbfd45e9a9e1592a6f5e2c5 (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 = "Python examples for Opie"
SECTION = "opie/base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python-pyqt opie-pyquicklaunchapplet"
APPNAME = "python"
PACKAGE_ARCH = "all"

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/simple.desktop ${D}${palmtopdir}/apps/Python/
}