diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:02:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:02:48 +0100 |
commit | 61ce20d59d4737e9b5019b49fdac0df626129d7b (patch) | |
tree | d566315b840ba3dd36407ba3069d869f69eed8ea /xorg/xorg-libx11/Pkgfile | |
parent | 24ba426ee9ad6043402fd6da744006e4d62fefbc (diff) | |
download | nutyx-extra-61ce20d59d4737e9b5019b49fdac0df626129d7b.tar.gz nutyx-extra-61ce20d59d4737e9b5019b49fdac0df626129d7b.tar.bz2 nutyx-extra-61ce20d59d4737e9b5019b49fdac0df626129d7b.tar.xz nutyx-extra-61ce20d59d4737e9b5019b49fdac0df626129d7b.zip |
maj de xorg-libx11#1.3.1-1
Diffstat (limited to 'xorg/xorg-libx11/Pkgfile')
-rw-r--r-- | xorg/xorg-libx11/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xorg/xorg-libx11/Pkgfile b/xorg/xorg-libx11/Pkgfile index 80c2f6d56..bd94f082e 100644 --- a/xorg/xorg-libx11/Pkgfile +++ b/xorg/xorg-libx11/Pkgfile @@ -1,6 +1,7 @@ -# Description: X client library +# Description: Librairie pour client X # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxcb, xorg-xf86bigfontproto, xorg-xextproto, xorg-xtrans, xorg-kbproto, xorg-inputproto name=xorg-libx11 @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar. build() { cd libX11-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |