2008-10-07 03:47:26 +00:00
|
|
|
# Template build file for 'xf86-input-joystick'.
|
|
|
|
pkgname=xf86-input-joystick
|
2013-01-17 09:22:18 +00:00
|
|
|
version=1.6.2
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-12-16 20:19:00 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
subpackages="${pkgname}-devel"
|
|
|
|
depends="xserver-abi-input>=18<19"
|
|
|
|
makedepends="xorg-server-devel>=1.13.1"
|
2009-03-31 06:05:37 +00:00
|
|
|
short_desc="Joystick Input driver for Xorg"
|
2008-10-07 03:47:26 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-12-16 20:19:00 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
2013-01-17 09:22:18 +00:00
|
|
|
checksum=ee3b86ed72f3b5befdeed39909320f4b6970401cfbcc2cc0dfd8fb1c1576150d
|
2009-03-31 05:47:14 +00:00
|
|
|
|
2012-12-16 20:19:00 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/50-joystick.conf 644 etc/X11/xorg.conf.d
|
|
|
|
}
|