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/.footprint | 6 ++++++ xorg/xorg-xinput/.md5sum | 1 + xorg/xorg-xinput/Pkgfile | 17 +++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 xorg/xorg-xinput/.footprint create mode 100644 xorg/xorg-xinput/.md5sum create mode 100644 xorg/xorg-xinput/Pkgfile (limited to 'xorg') 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 +} -- cgit v1.2.3-70-g09d2