diff options
Diffstat (limited to 'xorg/xorg-xinput/Pkgfile')
-rw-r--r-- | xorg/xorg-xinput/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-xinput/Pkgfile b/xorg/xorg-xinput/Pkgfile index 98d024e06..4d5ab1713 100644 --- a/xorg/xorg-xinput/Pkgfile +++ b/xorg/xorg-xinput/Pkgfile @@ -1,6 +1,7 @@ # Description: Utility to configure and test XInput devices # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=xorg-xinput version=1.4.2 @@ -10,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar. build() { cd xinput-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |