summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxau/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
commitbdcd1e4e4d1809638cc5a5661c6c630ddf324ac6 (patch)
tree2640785600d146df0339cc091cb677f8eca5e2f2 /extra/xorg-libxau/Pkgfile
parentfbbc4ace409940dd26beefae22cf44ee976a5aa9 (diff)
downloadnutyx-pakxe-bdcd1e4e4d1809638cc5a5661c6c630ddf324ac6.tar.gz
nutyx-pakxe-bdcd1e4e4d1809638cc5a5661c6c630ddf324ac6.tar.bz2
nutyx-pakxe-bdcd1e4e4d1809638cc5a5661c6c630ddf324ac6.tar.xz
nutyx-pakxe-bdcd1e4e4d1809638cc5a5661c6c630ddf324ac6.zip
xorg-libxau dans extra
Diffstat (limited to 'extra/xorg-libxau/Pkgfile')
-rw-r--r--extra/xorg-libxau/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-libxau/Pkgfile b/extra/xorg-libxau/Pkgfile
new file mode 100644
index 000000000..b1c040cc4
--- /dev/null
+++ b/extra/xorg-libxau/Pkgfile
@@ -0,0 +1,20 @@
+# Description: X Authorization routines
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-xproto
+# Run on:
+
+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 $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}