summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxau
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:41:12 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:41:12 +0100
commita486d06aa45e6525ee5b86bb4f723e46cde3c391 (patch)
treeac578e7c53064eb034c1baf07d2e1ddd13cd6a34 /xorg/xorg-libxau
parent4ac5ba9cb333bd70fb64102b329b31db3feed17b (diff)
downloadnutyx-extra-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.gz
nutyx-extra-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.bz2
nutyx-extra-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.xz
nutyx-extra-a486d06aa45e6525ee5b86bb4f723e46cde3c391.zip
Ajout de xorg-libxau#1.0.4-1
Diffstat (limited to 'xorg/xorg-libxau')
-rw-r--r--xorg/xorg-libxau/.footprint23
-rw-r--r--xorg/xorg-libxau/.md5sum1
-rw-r--r--xorg/xorg-libxau/Pkgfile18
3 files changed, 42 insertions, 0 deletions
diff --git a/xorg/xorg-libxau/.footprint b/xorg/xorg-libxau/.footprint
new file mode 100644
index 000000000..0f2fb7bc3
--- /dev/null
+++ b/xorg/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/xorg-libxau/.md5sum b/xorg/xorg-libxau/.md5sum
new file mode 100644
index 000000000..2dbe11ec7
--- /dev/null
+++ b/xorg/xorg-libxau/.md5sum
@@ -0,0 +1 @@
+0f2b88d857e0a3f5898e4759c541af46 libXau-1.0.4.tar.bz2
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile
new file mode 100644
index 000000000..6959f627e
--- /dev/null
+++ b/xorg/xorg-libxau/Pkgfile
@@ -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.4
+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
+}