xorg/xorg-xinput/Pkgfile

17 lines
417 B
Plaintext
Raw Normal View History

2009-04-20 22:27:27 +02:00
# Description: Utility to configure and test XInput devices
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02: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
./configure --prefix=/usr
2009-04-20 22:27:27 +02:00
make
make DESTDIR=$PKG install
}