aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/accelges/accelges_svn.bb
blob: 805dc117e3a5506c918de600b631f11c1f0b726e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
DESCRIPTION = "Openmoko Accelerometer-based Gestures"
HOMEPAGE = "http://code.google.com/p/accelges/"
AUTHOR = "Paul V. Borza"
LICENSE = "GPL"
SECTION = "openmoko/utilities"

PV = "0.2+svnr${SRCPV}"
PR = "r4"
PE = "1"
SRCREV = "206"

DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon"
RDEPENDS_${PN} = "notification-daemon"

SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk"

inherit autotools update-rc.d

#PACKAGES += "${PN}-cmd"

#INITSCRIPT_PACKAGES = "${PN} ${PN}-cmd"
#INITSCRIPT_NAME_${PN} = "gesd-neo2"
#INITSCRIPT_PARAMS_${PN} = "defaults 70"
#INITSCRIPT_NAME_${PN}-cmd = "gesl" 
#INITSCRIPT_PARAMS_${PN}-cmd = "defaults 80"

INITSCRIPT_NAME = "gesd-neo2"
INITSCRIPT_PARAMS = "defaults 70"

do_install_append() {
	install -d ${D}${sysconfdir}/accelges/neo2
	install -c -D -m 644 ${S}/config/neo2/* ${D}${sysconfdir}/accelges/neo2
	install -d ${D}${sysconfdir}/accelges/neo3
	install -c -D -m 644 ${S}/config/neo3/* ${D}${sysconfdir}/accelges/neo3
	install -d ${D}${sysconfdir}/accelges/wii
	install -c -D -m 644 ${S}/config/wii/* ${D}${sysconfdir}/accelges/wii
	
	install -d ${D}${sysconfdir}/init.d
	install -c -D -m 755 ${S}/config/init.d/* ${D}${sysconfdir}/init.d/

	install -d ${D}${sysconfdir}/dbus-1/system.d
	install -c -D -m 644 ${S}/gesd/data/accelges.conf ${D}${sysconfdir}/dbus-1/system.d
}

# FIXME increase packaging granularity
FILES_${PN} += "${datadir}"