diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:07:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:07:12 +0100 |
commit | 31d27195b044f9b07f40143ac62ffe865cf410de (patch) | |
tree | 32576e9d30f430df51df110160d35a05ab44fd3f /xorg/xorg-libxext/Pkgfile | |
parent | c201506f4b535c0e864978b79903e2c443b92177 (diff) | |
download | nutyx-pakxe-31d27195b044f9b07f40143ac62ffe865cf410de.tar.gz nutyx-pakxe-31d27195b044f9b07f40143ac62ffe865cf410de.tar.bz2 nutyx-pakxe-31d27195b044f9b07f40143ac62ffe865cf410de.tar.xz nutyx-pakxe-31d27195b044f9b07f40143ac62ffe865cf410de.zip |
maj de xorg-libxext#1.1-1
Diffstat (limited to 'xorg/xorg-libxext/Pkgfile')
-rw-r--r-- | xorg/xorg-libxext/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxext/Pkgfile b/xorg/xorg-libxext/Pkgfile index 6e7948921..3aded1fff 100644 --- a/xorg/xorg-libxext/Pkgfile +++ b/xorg/xorg-libxext/Pkgfile @@ -1,6 +1,7 @@ # Description: Common X extensions client library # 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-xproto, xorg-libx11, xorg-xextproto, xorg-libxau name=xorg-libxext @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar build() { cd libXext-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |