From f2beac97752ae0a1aea7f7ff6500dc9a9e875510 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 16 Dec 2009 17:56:32 +0100 Subject: [PATCH] xorg-libxau: initial import (verified compilation) --- xorg-libxau/.footprint | 23 +++++++++++++++++++++++ xorg-libxau/.md5sum | 1 + xorg-libxau/Pkgfile | 29 +++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 xorg-libxau/.footprint create mode 100644 xorg-libxau/.md5sum create mode 100644 xorg-libxau/Pkgfile diff --git a/xorg-libxau/.footprint b/xorg-libxau/.footprint new file mode 100644 index 0000000..2e7a577 --- /dev/null +++ b/xorg-libxau/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +-rw-r--r-- root/root usr/include/X11/Xauth.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXau.a +-rwxr-xr-x root/root usr/lib/libXau.la +lrwxrwxrwx root/root usr/lib/libXau.so -> libXau.so.6.0.0 +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 diff --git a/xorg-libxau/.md5sum b/xorg-libxau/.md5sum new file mode 100644 index 0000000..8206567 --- /dev/null +++ b/xorg-libxau/.md5sum @@ -0,0 +1 @@ +993b3185c629e4b89401fca072dcb663 libXau-1.0.5.tar.bz2 diff --git a/xorg-libxau/Pkgfile b/xorg-libxau/Pkgfile new file mode 100644 index 0000000..fbc3b16 --- /dev/null +++ b/xorg-libxau/Pkgfile @@ -0,0 +1,29 @@ +# Description: X Authorization routines +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-xproto + +name=xorg-libxau +version=1.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2) + +build() { + cd libXau-$version + + export X11_LIBS="-L$CLFS/usr/lib" + export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + export XPROTO_LIBS="$X11_LIBS" + export XPROTO_CFLAGS="$X11_CFLAGS" + export XAU_LIBS="$X11_LIBS" + export XAU_CFLAGS="$X11_CFLAGS" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2