# Description: Utility to configure and test XInput devices
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu

name=xorg-xinput
version=1.4.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2)

build() {
	cd xinput-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}