CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xauth: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Sat, 19 Dec 2009 09:44:48 +0000 (10:44 +0100)
committerJose V Beneyto <sepen@crux.nu>
Sat, 19 Dec 2009 09:44:48 +0000 (10:44 +0100)
xorg-xauth/.footprint [new file with mode: 0644]
xorg-xauth/.md5sum [new file with mode: 0644]
xorg-xauth/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint
new file mode 100644 (file)
index 0000000..87ce155
--- /dev/null
@@ -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 (file)
index 0000000..84db683
--- /dev/null
@@ -0,0 +1 @@
+fa00078c414c4a57cab7a6d89a0c8734  xauth-1.0.4.tar.bz2
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
new file mode 100644 (file)
index 0000000..3343362
--- /dev/null
@@ -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
+}