2009-04-20 22:27:27 +02:00
|
|
|
# Description: Utility to configure and test XInput devices
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 05:29:40 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2012-07-19 19:10:58 +10:00
|
|
|
# Depends on: xorg-libxi xorg-libxrandr xorg-libxinerama
|
2009-04-20 22:27:27 +02:00
|
|
|
|
|
|
|
name=xorg-xinput
|
2015-10-19 23:45:57 +02:00
|
|
|
version=1.6.2
|
2009-04-20 22:27:27 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xinput-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2009-04-20 22:27:27 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|