summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libx11/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libx11/Pkgfile')
-rw-r--r--xorg/xorg-libx11/Pkgfile7
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