spacenavd.paketlendi

This commit is contained in:
milisman 2017-02-21 23:45:36 +02:00
parent 1707e010c0
commit 53e4227bc3
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Description: Alternative to the proprietary 3Dconnexion device driver and SDK for their 3D input devices
# URL: http://spacenav.sourceforge.net/
# Packager: milisarge
# Depends on: xorg
name=spacenavd
version=0.6
release=1
source=(https://freefr.dl.sourceforge.net/project/spacenav/spacenav%20daemon/spacenavd%20$version/$name-$version.tar.gz
Makefile.patch)
build() {
cd ${name}-${version}
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
}