xorg-libxau: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 5c12ca04e8
commit d0725cabb0
2 changed files with 14 additions and 13 deletions

View File

@ -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.gz
-rw-r--r-- root/root usr/man/man3/XauDisposeAuth.3.gz
-rw-r--r-- root/root usr/man/man3/XauFileName.3.gz
-rw-r--r-- root/root usr/man/man3/XauGetAuthByAddr.3.gz
-rw-r--r-- root/root usr/man/man3/XauGetBestAuthByAddr.3.gz
-rw-r--r-- root/root usr/man/man3/XauLockAuth.3.gz
-rw-r--r-- root/root usr/man/man3/XauReadAuth.3.gz
-rw-r--r-- root/root usr/man/man3/XauUnlockAuth.3.gz
-rw-r--r-- root/root usr/man/man3/XauWriteAuth.3.gz
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

View File

@ -5,13 +5,13 @@
name=xorg-libxau
version=1.0.8
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2)
build() {
cd libXau-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install