milis/talimatname/genel/spacenavd/talimat

19 lines
463 B
Plaintext
Raw Normal View History

2017-02-21 22:45:36 +01:00
# 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
2017-03-01 22:39:38 +01:00
source=(https://freefr.dl.sourceforge.net/project/spacenav/spacenav%20daemon/spacenavd%20$version/$name-$version.tar.gz)
2017-02-21 22:45:36 +01:00
build() {
cd ${name}-${version}
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=$PKG install
}