diff options
-rw-r--r-- | xorg/xorg-xinput/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xinput/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xinput/Pkgfile | 17 |
3 files changed, 24 insertions, 0 deletions
diff --git a/xorg/xorg-xinput/.footprint b/xorg/xorg-xinput/.footprint new file mode 100644 index 000000000..a0f9c7f45 --- /dev/null +++ b/xorg/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/xorg-xinput/.md5sum b/xorg/xorg-xinput/.md5sum new file mode 100644 index 000000000..c194b6c20 --- /dev/null +++ b/xorg/xorg-xinput/.md5sum @@ -0,0 +1 @@ +58e619576cbf4b6057eebb7a97fe2ddf xinput-1.4.2.tar.bz2 diff --git a/xorg/xorg-xinput/Pkgfile b/xorg/xorg-xinput/Pkgfile new file mode 100644 index 000000000..98d024e06 --- /dev/null +++ b/xorg/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.2 +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 +} |