xorg/xorg-xinput/Pkgfile

17 lines
417 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
# Depends on: xorg-libxi xorg-libxinerama xorg-libxrandr
name=xorg-xinput
version=1.6.4
release=1
source=(https://www.x.org/releases/individual/app/xinput-$version.tar.xz)
build() {
cd xinput-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}