diff options
Diffstat (limited to 'xorg/xorg-xauth/Pkgfile')
-rw-r--r-- | xorg/xorg-xauth/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile index c5b02e310..254913183 100644 --- a/xorg/xorg-xauth/Pkgfile +++ b/xorg/xorg-xauth/Pkgfile @@ -1,6 +1,7 @@ # Description: X authority file utility # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-server name=xorg-xauth @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.b build() { cd xauth-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |