xorg/xorg-xinput/Pkgfile
2012-07-16 05:29:40 +10:00

18 lines
391 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
name=xorg-xinput
version=1.6.0
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
}