From 700655c977c4ad4d180caf0f2d3781dc79d18649 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 11 Mar 2011 20:12:44 +0100 Subject: xorg, ports adaptés MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg/xorg-libxaw/Pkgfile | 4 +--- xorg/xorg-libxtst/Pkgfile | 4 +--- xorg/xorg-libxvmc/Pkgfile | 7 +++---- xorg/xorg-xauth/Pkgfile | 4 +--- xorg/xorg-xrdb/Pkgfile | 4 +--- 5 files changed, 7 insertions(+), 16 deletions(-) diff --git a/xorg/xorg-libxaw/Pkgfile b/xorg/xorg-libxaw/Pkgfile index 5827bdbd4..6d5aa6cb4 100644 --- a/xorg/xorg-libxaw/Pkgfile +++ b/xorg/xorg-libxaw/Pkgfile @@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar. build() { cd libXaw-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc/ diff --git a/xorg/xorg-libxtst/Pkgfile b/xorg/xorg-libxtst/Pkgfile index 81ebf288d..95e2a4f55 100644 --- a/xorg/xorg-libxtst/Pkgfile +++ b/xorg/xorg-libxtst/Pkgfile @@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar build() { cd libXtst-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install rm -r $PKG/usr/share diff --git a/xorg/xorg-libxvmc/Pkgfile b/xorg/xorg-libxvmc/Pkgfile index 227228d82..117bfb349 100644 --- a/xorg/xorg-libxvmc/Pkgfile +++ b/xorg/xorg-libxvmc/Pkgfile @@ -1,6 +1,7 @@ # Description: X Video Motion Compensation 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-libxext, xorg-libxv # Run on: xorg-libx11,xorg-libxext,xorg-libxv @@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXvMC-$version.tar build() { cd libXvMC-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } diff --git a/xorg/xorg-xauth/Pkgfile b/xorg/xorg-xauth/Pkgfile index 0940eeb72..e118c1f0d 100644 --- a/xorg/xorg-xauth/Pkgfile +++ b/xorg/xorg-xauth/Pkgfile @@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.b build() { cd xauth-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } diff --git a/xorg/xorg-xrdb/Pkgfile b/xorg/xorg-xrdb/Pkgfile index c2e8c0654..6c44a21ab 100644 --- a/xorg/xorg-xrdb/Pkgfile +++ b/xorg/xorg-xrdb/Pkgfile @@ -12,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz build() { cd xrdb-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } -- cgit v1.2.3-54-g00ecf