updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / spnavcfg / PKGBUILD
blobe5d9c101f92f7d896f32c8a8f79ad123258a766a
1 # Contributor: Jan Hambrecht <jaham at gmx dot net>
3 pkgname=spnavcfg
4 pkgver=0.2.1
5 pkgrel=1
6 pkgdesc="The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc)."
7 arch=('i686' 'x86_64')
8 url="http://spacenav.sourceforge.net/"
9 license=('GPL')
10 makedepends=('gcc make')
11 provides=('spnavcfg')
12 options=()
13 install=
14 source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz)
15 md5sums=('d20cf09515d1e39fd04877a00a2023b5')
17 build() {
18   cd $srcdir/$pkgname-$pkgver
19   ./configure --prefix=$pkgdir/usr
20   make || return 1
21   make DESTDIR=$pkgdir install || return 1