summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxvmc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxvmc/Pkgfile')
-rw-r--r--xorg/xorg-libxvmc/Pkgfile7
1 files changed, 3 insertions, 4 deletions
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
}