summaryrefslogtreecommitdiffstats
path: root/recipes/cwiid/cwiid_0.6.00.bb
blob: 2f7f93d06273d1994fa5e35b8907ba50a94f665b (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
DESCRIPTION = "wiimote library + tools"
LICENSE = "GPLv2"
HOMEPAGE = "http://abstrakraft.org/cwiid/"

PR = "r0"

inherit autotools
inherit distutils-base

export BUILD_SYS
export HOST_SYS

PARALLEL_MAKE = ""

SRC_URI = "http://abstrakraft.org/cwiid/downloads/cwiid-${PV}.tgz"

EXTRA_OECONF = "--disable-ldconfig"

FILES_${PN} += "\
	/etc/cwiid/wminput/buttons	   \
	/etc/cwiid/wminput/acc_ptr	   \
	/etc/cwiid/wminput/ir_ptr 	   \
	/etc/cwiid/wminput/default	   \
	/etc/cwiid/wminput/nunchuk_acc_ptr \
	/etc/cwiid/wminput/neverball	   \
	/etc/cwiid/wminput/gamepad	   \
"

FILES_${PN}-dbg += "\
	${libdir}/cwiid/plugins/.debug \
"

do_configure_append() {
	find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
 	find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
}