19 lines
587 B
Text
19 lines
587 B
Text
# Template file for 'xorg-input-drivers'
|
|
pkgname=xorg-input-drivers
|
|
version=7.6
|
|
revision=2
|
|
build_style=meta-template
|
|
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"
|
|
short_desc="X.org input drivers meta-package"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
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."
|
|
|
|
xorg-input-drivers_package() {
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
}
|