diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-24 11:04:48 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-24 11:04:48 +0100 |
commit | fb189177751dcbfef4ad7cecfe5f62a54a414010 (patch) | |
tree | 09886a64f09880233bb1d932be8163eaa7d3e68d /packages | |
parent | a9dd08de77fb46e20df28c3c146100e18e3d89ad (diff) |
libwiimote: added package
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libwiimote/libwiimote_0.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libwiimote/libwiimote_0.4.bb b/packages/libwiimote/libwiimote_0.4.bb new file mode 100644 index 0000000000..8bb76192f0 --- /dev/null +++ b/packages/libwiimote/libwiimote_0.4.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "wiimote access library" +LICENSE = "GPLv2" + +PR = "r0" + +inherit autotools + +DEPENDS = "bluez-libs" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libwiimote/libwiimote-${PV}.tgz" + +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 +} + + |