summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxau
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:03:26 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:03:26 +0100
commit7adec442b8c3368264b0c68e404bbac16640634c (patch)
tree63d00b0bc79a7fb3486b8e631128bd29e17f7887 /xorg/xorg-libxau
parent61ce20d59d4737e9b5019b49fdac0df626129d7b (diff)
downloadnutyx-extra-7adec442b8c3368264b0c68e404bbac16640634c.tar.gz
nutyx-extra-7adec442b8c3368264b0c68e404bbac16640634c.tar.bz2
nutyx-extra-7adec442b8c3368264b0c68e404bbac16640634c.tar.xz
nutyx-extra-7adec442b8c3368264b0c68e404bbac16640634c.zip
maj de xorg-libxau#1.0.5-1
Diffstat (limited to 'xorg/xorg-libxau')
-rw-r--r--xorg/xorg-libxau/.footprint23
-rw-r--r--xorg/xorg-libxau/Pkgfile5
2 files changed, 15 insertions, 13 deletions
diff --git a/xorg/xorg-libxau/.footprint b/xorg/xorg-libxau/.footprint
index 935ffeea0..1172def72 100644
--- a/xorg/xorg-libxau/.footprint
+++ b/xorg/xorg-libxau/.footprint
@@ -10,14 +10,15 @@ lrwxrwxrwx root/root usr/lib/libXau.so.6 -> libXau.so.6.0.0
-rwxr-xr-x root/root usr/lib/libXau.so.6.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xau.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/Xau.3
--rw-r--r-- root/root usr/man/man3/XauDisposeAuth.3
--rw-r--r-- root/root usr/man/man3/XauFileName.3
--rw-r--r-- root/root usr/man/man3/XauGetAuthByAddr.3
--rw-r--r-- root/root usr/man/man3/XauGetBestAuthByAddr.3
--rw-r--r-- root/root usr/man/man3/XauLockAuth.3
--rw-r--r-- root/root usr/man/man3/XauReadAuth.3
--rw-r--r-- root/root usr/man/man3/XauUnlockAuth.3
--rw-r--r-- root/root usr/man/man3/XauWriteAuth.3
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/Xau.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauDisposeAuth.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauFileName.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauGetAuthByAddr.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauGetBestAuthByAddr.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauLockAuth.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauReadAuth.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauUnlockAuth.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XauWriteAuth.3.gz
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile
index b153c672d..7fc5d1ebb 100644
--- a/xorg/xorg-libxau/Pkgfile
+++ b/xorg/xorg-libxau/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Authorization routines
# 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-xproto
name=xorg-libxau
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.
build() {
cd libXau-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install