xorg/xorg-xinput/Pkgfile
2015-10-19 23:46:44 +02:00

19 lines
430 B
Plaintext

# Description: Utility to configure and test XInput devices
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxi xorg-libxrandr xorg-libxinerama
name=xorg-xinput
version=1.6.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2)
build() {
cd xinput-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}