diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:27:26 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:27:26 +0100 |
commit | 6b0ea7ae877633b52c2fa8fe890154d6a3320ae1 (patch) | |
tree | 153359d006151f9f0d7558531b04f9a9f997edde /xorg/xorg-xf86-input-joystick/Pkgfile | |
parent | e30d3ff5aa3b957895aa4ba47c55d787d7ca2b84 (diff) | |
download | nutyx-pakxe-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.gz nutyx-pakxe-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.bz2 nutyx-pakxe-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.xz nutyx-pakxe-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.zip |
Ajout de xorg-xf86-input-joystick#1.4.1-1
Diffstat (limited to 'xorg/xorg-xf86-input-joystick/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86-input-joystick/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-joystick/Pkgfile b/xorg/xorg-xf86-input-joystick/Pkgfile new file mode 100644 index 000000000..4016de2c1 --- /dev/null +++ b/xorg/xorg-xf86-input-joystick/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-input-joystick +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-input-joystick +version=1.4.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2) + +build() { + cd xf86-input-joystick-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |