aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/pyneog_git.bb
blob: 33c2326d55d1f5e4d872933d7899213776f72294 (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
28
29
30
31
32
DESCRIPTION = "Zad - GUI"
HOMEPAGE = "http://neo1973-germany.de/wiki/Zad"
AUTHOR = "M. Dietrich"
SECTION = "python/ui"
LICENSE = "GPL"
PV = "0.0.0+gitr${SRCREV}"
FILE_PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/pyneo.git;protocol=git;branch=master"
S = "${WORKDIR}/git/pyneog"

do_compile() {
	:
}

do_install() {
	find . -name ".svn"|xargs rm -rf
	install -d ${D}${datadir}/pyneog
	for i in media *.py; do
		cp -a $i ${D}${datadir}/pyneog/
	done

	install -d ${D}${sysconfdir}/X11/Xsession.d/
	install -m 0755 80pyneog ${D}${sysconfdir}/X11/Xsession.d/
}

FILES_${PN} = "${datadir} ${bindir} ${sysconfdir}"

RCONFLICTS = "openmoko-session2"
RREPlACES = "openmoko-session2"
RDEPENDS = "task-python-efl"
PACKAGE_ARCH = "${MACHINE_ARCH}"