1 # Contributor: Jan Hambrecht <jaham at gmx dot net>
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)."
8 url="http://spacenav.sourceforge.net/"
14 source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz Makefile.in.diff)
15 md5sums=('b85a0f4ab711e2d4f73a40e2e371f5ae'
16 'f9122ad4ca823e45bfa0538187df6270')
19 cd $srcdir/$pkgname-$pkgver
20 patch -p0 < $startdir/Makefile.in.diff
21 ./configure --prefix=$pkgdir/usr
23 install -d $pkgdir/usr/lib
24 install -d $pkgdir/usr/include
25 make DESTDIR=$pkgdir install || return 1