22 lines
675 B
Text
22 lines
675 B
Text
# Template build file for 'xinput'.
|
|
pkgname=xinput
|
|
version=1.6.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXext-devel libXi-devel>=1.7.1_2 libXrandr-devel libXinerama-devel"
|
|
short_desc="Utility to configure and test X input devices"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://www.x.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f
|
|
long_desc="
|
|
xinput is a utility to list available input devices, query information about
|
|
a device and change input device settings."
|
|
|
|
xinput_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|