18 lines
596 B
Plaintext
18 lines
596 B
Plaintext
|
# Template build file for 'xinput'.
|
||
|
pkgname=xinput
|
||
|
version=1.5.0
|
||
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Utility to configure and test X input devices"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=a84728e34bb5edd36ecc1b5489f48ad1467ad5aab1f74f1b7789f826a1ffcaf9
|
||
|
long_desc="
|
||
|
xinput is a utility to list available input devices, query information about
|
||
|
a device and change input device settings."
|
||
|
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency full glibc
|
||
|
Add_dependency full libX11
|
||
|
Add_dependency full libXext
|
||
|
Add_dependency full libXi
|