summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxv/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxv/Pkgfile')
-rw-r--r--xorg/xorg-libxv/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxv/Pkgfile b/xorg/xorg-libxv/Pkgfile
index 8c31d2c19..d205b1fae 100644
--- a/xorg/xorg-libxv/Pkgfile
+++ b/xorg/xorg-libxv/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Video 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-videoproto
name=xorg-libxv
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.b
build() {
cd libXv-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install