diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:39 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:39 +0200 |
commit | fbbc4ace409940dd26beefae22cf44ee976a5aa9 (patch) | |
tree | 135996f6134d215b52a1ba474514355f78e3bc62 /extra/xorg-libx11/Pkgfile | |
parent | 80d66fb80931e4af31e796f671d5cd1308fba485 (diff) | |
download | nutyx-pakxe-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.gz nutyx-pakxe-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.bz2 nutyx-pakxe-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.xz nutyx-pakxe-fbbc4ace409940dd26beefae22cf44ee976a5aa9.zip |
xorg-libx11 dans extra
Diffstat (limited to 'extra/xorg-libx11/Pkgfile')
-rw-r--r-- | extra/xorg-libx11/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/xorg-libx11/Pkgfile b/extra/xorg-libx11/Pkgfile new file mode 100644 index 000000000..12d75e85b --- /dev/null +++ b/extra/xorg-libx11/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour client X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxcb, xorg-xf86bigfontproto, xorg-xextproto, xorg-xtrans, xorg-kbproto, xorg-inputproto +# Run on: xorg-libxcb,xorg-xtrans + +name=xorg-libx11 +version=1.4.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2) + +build() { + cd libX11-$version + + ./configure $XORG_CONFIG + + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} |