diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:10:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:10:42 +0100 |
commit | a0936f0a866a58ca540483f71621c742481ce10f (patch) | |
tree | b592c110a9052dd1b9530b5dc7b3d268fae3989c /xorg/xorg-libxfixes/Pkgfile | |
parent | 31d27195b044f9b07f40143ac62ffe865cf410de (diff) | |
download | nutyx-pakxe-a0936f0a866a58ca540483f71621c742481ce10f.tar.gz nutyx-pakxe-a0936f0a866a58ca540483f71621c742481ce10f.tar.bz2 nutyx-pakxe-a0936f0a866a58ca540483f71621c742481ce10f.tar.xz nutyx-pakxe-a0936f0a866a58ca540483f71621c742481ce10f.zip |
maj xorg-libxfixes#4.0.4-1
Diffstat (limited to 'xorg/xorg-libxfixes/Pkgfile')
-rw-r--r-- | xorg/xorg-libxfixes/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxfixes/Pkgfile b/xorg/xorg-libxfixes/Pkgfile index 75c166a71..202274070 100644 --- a/xorg/xorg-libxfixes/Pkgfile +++ b/xorg/xorg-libxfixes/Pkgfile @@ -1,6 +1,7 @@ # Description: X Fixes extension 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-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto name=xorg-libxfixes @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.t build() { cd libXfixes-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |