xorg/xorg-xinput/Pkgfile

19 lines
448 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
# Depends on: xorg-libxi xorg-libxrandr xorg-libxinerama
2009-04-20 22:27:27 +02:00
name=xorg-xinput
version=1.6.0
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
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}