mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
New package: spacenavd-1.2-1
This commit is contained in:
parent
fde84c5ed2
commit
83c2d7a263
2 changed files with 23 additions and 0 deletions
4
srcpkgs/spacenavd/files/spacenavd/run
Normal file
4
srcpkgs/spacenavd/files/spacenavd/run
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
exec spacenavd -d
|
19
srcpkgs/spacenavd/template
Normal file
19
srcpkgs/spacenavd/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'spacenavd'
|
||||
pkgname=spacenavd
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libX11-devel libXtst-devel"
|
||||
short_desc="Userspace driver for 6-dof input devices"
|
||||
maintainer="Alexandru Barbur <alex@ctrlc.name>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://spacenav.sourceforge.net"
|
||||
changelog="https://github.com/FreeSpacenav/spacenavd/releases"
|
||||
distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum="4b4096908f842f697a6410a5a873ff4927bd24bd041b6d60b111e90da1178840"
|
||||
conf_files="/etc/spnavrc"
|
||||
|
||||
post_install() {
|
||||
vconf doc/example-spnavrc spnavrc
|
||||
vsv spacenavd
|
||||
}
|
Loading…
Add table
Reference in a new issue