summaryrefslogtreecommitdiffstats
path: root/xorg-libxau
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxau')
-rw-r--r--xorg-libxau/.footprint23
-rw-r--r--xorg-libxau/.md5sum1
-rw-r--r--xorg-libxau/Pkgfile17
-rw-r--r--xorg-libxau/Pkgfile.old18
4 files changed, 59 insertions, 0 deletions
diff --git a/xorg-libxau/.footprint b/xorg-libxau/.footprint
new file mode 100644
index 0000000..0f2fb7b
--- /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/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
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xau.pc
diff --git a/xorg-libxau/.md5sum b/xorg-libxau/.md5sum
new file mode 100644
index 0000000..c0e5607
--- /dev/null
+++ b/xorg-libxau/.md5sum
@@ -0,0 +1 @@
+4a2cbd83727682f9ee1c1e719bac6adb libXau-1.0.6.tar.bz2
diff --git a/xorg-libxau/Pkgfile b/xorg-libxau/Pkgfile
new file mode 100644
index 0000000..6dc1400
--- /dev/null
+++ b/xorg-libxau/Pkgfile
@@ -0,0 +1,17 @@
+description="X Authorization routines"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-xproto)
+
+name=xorg-libxau
+version=1.0.6
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.6.tar.bz2)
+build ()
+{
+ cd libXau-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxau/Pkgfile.old b/xorg-libxau/Pkgfile.old
new file mode 100644
index 0000000..05512e8
--- /dev/null
+++ b/xorg-libxau/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: X Authorization routines
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xproto
+
+name=xorg-libxau
+version=1.0.6
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2)
+
+build() {
+ cd libXau-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}