xorg-xinput: initial release.

This commit is contained in:
Tilman Sauerbeck 2009-04-20 22:27:27 +02:00
parent 8677bf77e3
commit 915606d477
3 changed files with 24 additions and 0 deletions

6
xorg-xinput/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xinput
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xinput.1.gz

1
xorg-xinput/.md5sum Normal file
View File

@ -0,0 +1 @@
47c854a63cc2a50d45d6d9a2289ece07 xinput-1.4.1.tar.bz2

17
xorg-xinput/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Utility to configure and test XInput devices
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xinput
version=1.4.1
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
}