xorg: Added libXau

This commit is contained in:
Dylan Araps 2019-06-27 09:52:31 +03:00
parent 01a8fadc18
commit 9207aff5ad
7 changed files with 66 additions and 0 deletions

7
xorg/libXau/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
xorg/libXau/checksums Normal file
View File

@ -0,0 +1 @@
ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec libXau-1.0.9.tar.bz2

21
xorg/libXau/licenses Normal file
View File

@ -0,0 +1,21 @@
Copyright 1988, 1993, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.

34
xorg/libXau/manifest Normal file
View File

@ -0,0 +1,34 @@
/var/db/kiss/libXau/version
/var/db/kiss/libXau/sources
/var/db/kiss/libXau/manifest
/var/db/kiss/libXau/licenses
/var/db/kiss/libXau/checksums
/var/db/kiss/libXau/build
/var/db/kiss/libXau/
/var/db/kiss/
/var/db/
/var/
/usr/share/man/man3/XauWriteAuth.3
/usr/share/man/man3/XauUnlockAuth.3
/usr/share/man/man3/XauReadAuth.3
/usr/share/man/man3/XauLockAuth.3
/usr/share/man/man3/XauGetBestAuthByAddr.3
/usr/share/man/man3/XauGetAuthByAddr.3
/usr/share/man/man3/XauFileName.3
/usr/share/man/man3/XauDisposeAuth.3
/usr/share/man/man3/Xau.3
/usr/share/man/man3/
/usr/share/man/
/usr/share/
/usr/lib/pkgconfig/xau.pc
/usr/lib/pkgconfig/
/usr/lib/libXau.so.6.0.0
/usr/lib/libXau.so.6
/usr/lib/libXau.so
/usr/lib/libXau.la
/usr/lib/libXau.a
/usr/lib/
/usr/include/X11/Xauth.h
/usr/include/X11/
/usr/include/
/usr/

1
xorg/libXau/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.bz2

1
xorg/libXau/version Normal file
View File

@ -0,0 +1 @@
1.0.9 1

View File

@ -1,3 +1,4 @@
libXau make
libtool make
xcb-proto make
xorg-util-macros make