summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xauth
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:30:02 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:30:02 +0100
commitc17748f7e796638fe9dbb2d0762db706ba0d48a9 (patch)
tree5d431fd81344e6e4cc67dafc45d09c854fee6168 /xorg/xorg-xauth
parent3e98e5ea08bcd6a773bfbf1e3100f9080ec20ed5 (diff)
downloadnutyx-extra-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.gz
nutyx-extra-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.bz2
nutyx-extra-c17748f7e796638fe9dbb2d0762db706ba0d48a9.tar.xz
nutyx-extra-c17748f7e796638fe9dbb2d0762db706ba0d48a9.zip
maj xorg-xauth#1.0.4-1
Diffstat (limited to 'xorg/xorg-xauth')
-rw-r--r--xorg/xorg-xauth/.footprint7
-rw-r--r--xorg/xorg-xauth/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xauth/.footprint b/xorg/xorg-xauth/.footprint
index 0756a7a89..44a989dec 100644
--- a/xorg/xorg-xauth/.footprint
+++ b/xorg/xorg-xauth/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xauth
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xauth.1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xauth.1.gz
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