updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / spacenavd / PKGBUILD
blob22557cdb181db752a6272ae70262d8dc0b37be0b
1 # Contributor: Jan Hambrecht <jaham at gmx dot net>
3 pkgname=spacenavd
4 pkgver=0.5
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 optdepends=("libx11")
12 provides=('spacenavd')
13 backup=('etc/spnavrc')
14 options=()
15 install=
16 source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz spacenavd )
18 md5sums=('0bb21da5315bd376aa508157a9455aaa'                                                                                                              
19          '27a739300d4de07920879af2d2bdd47f')
20 build() {
21   cd $srcdir/$pkgname-$pkgver
22   ./configure --prefix=$pkgdir/usr
23   make || return 1
24   make DESTDIR=$pkgdir install || return 1
25   install -D -m755 $srcdir/spacenavd $pkgdir/etc/rc.d/spacenavd || return 1