void-packages/srcpkgs/xf86-input-joystick/template
2012-12-16 21:19:00 +01:00

20 lines
665 B
Text

# Template build file for 'xf86-input-joystick'.
pkgname=xf86-input-joystick
version=1.6.1
revision=1
build_style=gnu-configure
subpackages="${pkgname}-devel"
depends="xserver-abi-input>=18<19"
makedepends="xorg-server-devel>=1.13.1"
short_desc="Joystick Input driver for Xorg"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=1ded5d8f990a7687c44b45f68ad4a516f14fa94efa9da436955011ee6a9bf7f5
long_desc="
This is the Joystick Input driver for the Xorg X11 server."
post_install() {
vinstall ${FILESDIR}/50-joystick.conf 644 etc/X11/xorg.conf.d
}