From a2e2deab8f344741842dd35c37da2dcbc39648c2 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 19 Dec 2009 10:44:48 +0100 Subject: [PATCH] xorg-xauth: initial import (verified compilation) --- xorg-xauth/.footprint | 6 ++++++ xorg-xauth/.md5sum | 1 + xorg-xauth/Pkgfile | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 xorg-xauth/.footprint create mode 100644 xorg-xauth/.md5sum create mode 100644 xorg-xauth/Pkgfile diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint new file mode 100644 index 0000000..87ce155 --- /dev/null +++ b/xorg-xauth/.footprint @@ -0,0 +1,6 @@ +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.gz diff --git a/xorg-xauth/.md5sum b/xorg-xauth/.md5sum new file mode 100644 index 0000000..84db683 --- /dev/null +++ b/xorg-xauth/.md5sum @@ -0,0 +1 @@ +fa00078c414c4a57cab7a6d89a0c8734 xauth-1.0.4.tar.bz2 diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile new file mode 100644 index 0000000..3343362 --- /dev/null +++ b/xorg-xauth/Pkgfile @@ -0,0 +1,27 @@ +# Description: X authority file utility +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck tilman at crux dot nu +# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Depends on: xorg-server xorg-libmu + +name=xorg-xauth +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2) + +build() { + cd xauth-$version + + export DEFAULT_LIBS="-L$CLFS/lib -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg -L$CLFS/usr/lib/xorg/modules" + export DEFAULT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + export XAUTH_LIBS="$DEFAULT_LIBS -lXfont -lXrender -lXau -lpixman-1 -lXdmcp -lXv -lcrypt -lXmu -lXmuu" + export XAUTH_CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/xorg -fvisibility=hidden -DRENDER -DRANDR -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/pixman-1 -I$CLFS/usr/include/X11/Xmu" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- 2.26.2