xorg/xorg-xinput/Pkgfile

18 lines
389 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: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xinput
2009-05-09 14:04:21 +02:00
version=1.4.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
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}