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 /xorg/xorg-libx11/Pkgfile | |
parent | 80d66fb80931e4af31e796f671d5cd1308fba485 (diff) | |
download | nutyx-extra-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.gz nutyx-extra-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.bz2 nutyx-extra-fbbc4ace409940dd26beefae22cf44ee976a5aa9.tar.xz nutyx-extra-fbbc4ace409940dd26beefae22cf44ee976a5aa9.zip |
xorg-libx11 dans extra
Diffstat (limited to 'xorg/xorg-libx11/Pkgfile')
-rw-r--r-- | xorg/xorg-libx11/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg/xorg-libx11/Pkgfile b/xorg/xorg-libx11/Pkgfile deleted file mode 100644 index 12d75e85b..000000000 --- a/xorg/xorg-libx11/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -} |