1 # Contributor: <kontakt.zuf@gmail.com>
5 pkgdesc="Wiimotedev-daemon is a core project in wiimotedev family. It works on dbus system layer, provides a full set API to communicate with wiiremotes."
7 url="http://code.google.com/p/wiimotedev/"
10 source=(http://wiimotedev.googlecode.com/files/wiimotedev-project-$pkgver.tar.bz2)
11 md5sums=('8e0ec4329eec377d56d5bcca3df3c928')
14 cd $startdir/src/wiimotedev-project-1.3.0
15 #cmake . -DDISTRO=arch -DCMAKE_INSTALL_PREFIX=/usr -DUSE_STATIC_CWIID=OFF
16 cmake . -DDISTRO=arch -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_QWIIMOTEDEV=OFF
18 make DESTDIR=$pkgdir install