summaryrefslogtreecommitdiffstats
path: root/xorg-xauth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xauth/Pkgfile')
-rw-r--r--xorg-xauth/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
new file mode 100644
index 0000000..ac52d06
--- /dev/null
+++ b/xorg-xauth/Pkgfile
@@ -0,0 +1,17 @@
+description="X authority file utility"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server)
+
+name=xorg-xauth
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xauth-1.0.4.tar.bz2)
+build ()
+{
+ cd xauth-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}