summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 20:12:44 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 20:12:44 +0100
commit700655c977c4ad4d180caf0f2d3781dc79d18649 (patch)
tree380bb5944d03ede008c22e6ee30fdf866ae89e04 /xorg
parentec8726c4439285ca4f044e2caac70de66b0cd15b (diff)
downloadnutyx-extra-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.gz
nutyx-extra-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.bz2
nutyx-extra-700655c977c4ad4d180caf0f2d3781dc79d18649.tar.xz
nutyx-extra-700655c977c4ad4d180caf0f2d3781dc79d18649.zip
xorg, ports adaptés
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-libxaw/Pkgfile4
-rw-r--r--xorg/xorg-libxtst/Pkgfile4
-rw-r--r--xorg/xorg-libxvmc/Pkgfile7
-rw-r--r--xorg/xorg-xauth/Pkgfile4
-rw-r--r--xorg/xorg-xrdb/Pkgfile4
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
}