xorg/xorg-xinput/Pkgfile
2009-05-09 14:04:21 +02:00

18 lines
389 B
Plaintext

# 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
}