summaryrefslogtreecommitdiff
path: root/artistic/spacenavd/PKGBUILD
blob: 1c117b804baa9bdecd5b00ff2281b380c86322fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Jan Hambrecht <jaham at gmx dot net>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>

pkgname=spacenavd
pkgver=0.5
pkgrel=1
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)."
arch=('i686' 'x86_64' 'mips64el')
url="http://spacenav.sourceforge.net/"
license=('GPL')
depends=('libx11')
backup=('etc/spnavrc')
source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz spacenavd )

md5sums=('0bb21da5315bd376aa508157a9455aaa'                                                                                                              
         '27a739300d4de07920879af2d2bdd47f')
build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=$pkgdir/usr
  make || return 1
  make DESTDIR=$pkgdir install || return 1
  install -D -m755 $srcdir/spacenavd $pkgdir/etc/rc.d/spacenavd || return 1
}