CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxau: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 16:56:32 +0000 (17:56 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 16 Dec 2009 16:56:32 +0000 (17:56 +0100)
xorg-libxau/.footprint [new file with mode: 0644]
xorg-libxau/.md5sum [new file with mode: 0644]
xorg-libxau/Pkgfile [new file with mode: 0644]

diff --git a/xorg-libxau/.footprint b/xorg-libxau/.footprint
new file mode 100644 (file)
index 0000000..2e7a577
--- /dev/null
@@ -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 (file)
index 0000000..8206567
--- /dev/null
@@ -0,0 +1 @@
+993b3185c629e4b89401fca072dcb663  libXau-1.0.5.tar.bz2
diff --git a/xorg-libxau/Pkgfile b/xorg-libxau/Pkgfile
new file mode 100644 (file)
index 0000000..fbc3b16
--- /dev/null
@@ -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
+}