diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:18:20 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:18:20 +0100 |
commit | 4f5399ebadf6cb48b78a079d937bef14281e9e0c (patch) | |
tree | 4d662ca0d384ddf9043dfddf2dd9e471c8601a3d /xorg/xorg-libxtrap/Pkgfile | |
parent | dfd685e9140e6691bdd3afc3f8f98d2db0d8c924 (diff) | |
download | nutyx-extra-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.gz nutyx-extra-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.bz2 nutyx-extra-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.xz nutyx-extra-4f5399ebadf6cb48b78a079d937bef14281e9e0c.zip |
xorg, ports adaptés
Diffstat (limited to 'xorg/xorg-libxtrap/Pkgfile')
-rw-r--r-- | xorg/xorg-libxtrap/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg/xorg-libxtrap/Pkgfile b/xorg/xorg-libxtrap/Pkgfile index 540aca487..bf83cb65b 100644 --- a/xorg/xorg-libxtrap/Pkgfile +++ b/xorg/xorg-libxtrap/Pkgfile @@ -1,6 +1,7 @@ # Description: X Trap 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-libxt, xorg-trapproto, xorg-xextproto, xorg-libxext # Run on: xorg-libx11,xorg-libxt,xorg-trapproto,xorg-xextproto,xorg-libxext @@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXTrap-$version.ta build() { cd libXTrap-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |