summaryrefslogtreecommitdiff
path: root/xorg-xauth
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xauth
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-xauth')
-rw-r--r--xorg-xauth/.footprint6
-rw-r--r--xorg-xauth/.md5sum1
-rw-r--r--xorg-xauth/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint
new file mode 100644
index 00000000..f84b60aa
--- /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.1x.gz
diff --git a/xorg-xauth/.md5sum b/xorg-xauth/.md5sum
new file mode 100644
index 00000000..26b73295
--- /dev/null
+++ b/xorg-xauth/.md5sum
@@ -0,0 +1 @@
+ed848ebba8d3a1ca727b80d6b89dc3c3 xauth-1.0.1.tar.bz2
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
new file mode 100644
index 00000000..7859eac0
--- /dev/null
+++ b/xorg-xauth/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X authority file utility
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-server
+
+name=xorg-xauth
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xauth-$version.tar.bz2)
+
+build() {
+ cd xauth-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit