From 3c21d9259026c1b1ce08b20185391eb5cffb6a29 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:24:03 +0100 Subject: Ajout de xorg-xf86-input-dynapro#1.1.2-1 --- xorg/xorg-xf86-input-dynapro/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg/xorg-xf86-input-dynapro/Pkgfile (limited to 'xorg/xorg-xf86-input-dynapro/Pkgfile') diff --git a/xorg/xorg-xf86-input-dynapro/Pkgfile b/xorg/xorg-xf86-input-dynapro/Pkgfile new file mode 100644 index 000000000..10ddc8343 --- /dev/null +++ b/xorg/xorg-xf86-input-dynapro/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-input-dynapro +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-input-dynapro +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-dynapro-$version.tar.bz2) + +build() { + cd xf86-input-dynapro-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf