From 86a7b444499114129bafb81ae9611912e942a753 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:03:57 +0100 Subject: Ajout de xorg-xinput#1.4.2-1 --- xorg/xorg-xinput/Pkgfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xorg/xorg-xinput/Pkgfile (limited to 'xorg/xorg-xinput/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf