2009-03-31 09:14:47 +00:00
|
|
|
# Template file for 'xorg-input-drivers'
|
2009-03-31 17:02:24 +00:00
|
|
|
pkgname=xorg-input-drivers
|
2011-02-19 09:10:15 +00:00
|
|
|
version=7.6
|
2013-03-31 07:52:41 +00:00
|
|
|
revision=2
|
2013-08-27 09:20:36 +00:00
|
|
|
build_style=meta
|
2013-04-14 16:42:25 +00:00
|
|
|
makedepends="xf86-input-evdev>=2.5.0 xf86-input-synaptics>=1.3.0
|
|
|
|
xf86-input-vmmouse>=12.6.10 xf86-input-wacom>=0.14.0"
|
2009-03-31 09:14:47 +00:00
|
|
|
short_desc="X.org input drivers meta-package"
|
2013-03-31 07:52:41 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2009-03-31 09:14:47 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
long_desc="
|
|
|
|
This is the Xorg meta-package for installing the various
|
|
|
|
X.org xserver input drivers from the modular Xorg X11 project."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xorg-input-drivers_package() {
|
|
|
|
depends="${makedepends}"
|
|
|
|
noarch="yes"
|
|
|
|
}
|