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
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-libxi xorg-libxinerama xorg-libxrandr
|
2009-04-20 22:27:27 +02:00
|
|
|
|
|
|
|
name=xorg-xinput
|
2023-04-28 17:15:30 +02:00
|
|
|
version=1.6.4
|
2009-04-20 22:27:27 +02:00
|
|
|
release=1
|
2023-04-28 17:15:30 +02:00
|
|
|
source=(https://www.x.org/releases/individual/app/xinput-$version.tar.xz)
|
2009-04-20 22:27:27 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|