diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-04-20 22:27:27 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-04-20 22:27:27 +0200 |
commit | 915606d477339dbd662d291c988e25f7cabbafd0 (patch) | |
tree | 988dbed6edaa8153089f9f12b78ee180abf1309f /xorg-xinput | |
parent | 8677bf77e3191e2e916fa18d975992ec1b4548da (diff) | |
download | xorg-915606d477339dbd662d291c988e25f7cabbafd0.tar.gz xorg-915606d477339dbd662d291c988e25f7cabbafd0.tar.xz |
xorg-xinput: initial release.
Diffstat (limited to 'xorg-xinput')
-rw-r--r-- | xorg-xinput/.footprint | 6 | ||||
-rw-r--r-- | xorg-xinput/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xinput/Pkgfile | 17 |
3 files changed, 24 insertions, 0 deletions
diff --git a/xorg-xinput/.footprint b/xorg-xinput/.footprint new file mode 100644 index 00000000..a0f9c7f4 --- /dev/null +++ b/xorg-xinput/.footprint @@ -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 diff --git a/xorg-xinput/.md5sum b/xorg-xinput/.md5sum new file mode 100644 index 00000000..83b33e8f --- /dev/null +++ b/xorg-xinput/.md5sum @@ -0,0 +1 @@ +47c854a63cc2a50d45d6d9a2289ece07 xinput-1.4.1.tar.bz2 diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile new file mode 100644 index 00000000..37930797 --- /dev/null +++ b/xorg-xinput/Pkgfile @@ -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 +} |