summaryrefslogtreecommitdiffstats
path: root/xorg-xinput/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xinput/Pkgfile')
-rw-r--r--xorg-xinput/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile
new file mode 100644
index 0000000..627ab8e
--- /dev/null
+++ b/xorg-xinput/Pkgfile
@@ -0,0 +1,17 @@
+description="Utility to configure and test XInput devices"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-xinput
+version=1.5.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xinput-1.5.2.tar.bz2)
+build ()
+{
+ cd xinput-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}