diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:41:12 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:41:12 +0100 |
commit | a486d06aa45e6525ee5b86bb4f723e46cde3c391 (patch) | |
tree | ac578e7c53064eb034c1baf07d2e1ddd13cd6a34 /xorg/xorg-libxau/Pkgfile | |
parent | 4ac5ba9cb333bd70fb64102b329b31db3feed17b (diff) | |
download | nutyx-pakxe-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.gz nutyx-pakxe-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.bz2 nutyx-pakxe-a486d06aa45e6525ee5b86bb4f723e46cde3c391.tar.xz nutyx-pakxe-a486d06aa45e6525ee5b86bb4f723e46cde3c391.zip |
Ajout de xorg-libxau#1.0.4-1
Diffstat (limited to 'xorg/xorg-libxau/Pkgfile')
-rw-r--r-- | xorg/xorg-libxau/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |