updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / wiimotedev / PKGBUILD
blob7f4981a694afddda4067ab2a59504e52d13b4ec5
1 # Contributor: <kontakt.zuf@gmail.com>
2 pkgname=wiimotedev
3 pkgver=1.3.0_rc2
4 pkgrel=1
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."
6 arch=(i686 x86_64)
7 url="http://code.google.com/p/wiimotedev/"
8 license=('LGPL')
9 depends=('qt' 'cwiid')
10 source=(http://wiimotedev.googlecode.com/files/wiimotedev-project-$pkgver.tar.bz2)
11 md5sums=('8e0ec4329eec377d56d5bcca3df3c928')
13 build() {
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
17 make
18 make DESTDIR=$pkgdir install