diff options
author | sibel <lesibel@free.fr> | 2009-11-21 12:13:26 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-21 12:13:26 +0100 |
commit | 18100e96764705fa47c5c4928ea533f3c32a0d84 (patch) | |
tree | 41310b419e282b5936627af9dd1ba7a5fadfbc38 /xorg/xorg-xf86-input-joystick/Pkgfile | |
parent | 6f292cdf714286bdaccb7b6cf29dbb4ad8c26295 (diff) | |
download | nutyx-pakxe-18100e96764705fa47c5c4928ea533f3c32a0d84.tar.gz nutyx-pakxe-18100e96764705fa47c5c4928ea533f3c32a0d84.tar.bz2 nutyx-pakxe-18100e96764705fa47c5c4928ea533f3c32a0d84.tar.xz nutyx-pakxe-18100e96764705fa47c5c4928ea533f3c32a0d84.zip |
maj de xorg-xf86-input-joystick#1.5.0-1
Diffstat (limited to 'xorg/xorg-xf86-input-joystick/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86-input-joystick/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xorg/xorg-xf86-input-joystick/Pkgfile b/xorg/xorg-xf86-input-joystick/Pkgfile index 4016de2c1..cdc4b5073 100644 --- a/xorg/xorg-xf86-input-joystick/Pkgfile +++ b/xorg/xorg-xf86-input-joystick/Pkgfile @@ -1,17 +1,18 @@ # Description: xorg driver xf86-input-joystick # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr # Depends on: xorg-server name=xorg-xf86-input-joystick -version=1.4.1 +version=1.5.0 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 + ./configure --prefix=/usr make make DESTDIR=$PKG install |