summaryrefslogtreecommitdiffstats
path: root/xorg-libxau/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxau/Pkgfile')
-rw-r--r--xorg-libxau/Pkgfile17
1 files changed, 17 insertions, 0 deletions
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
+}