summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xvinfo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xvinfo/Pkgfile')
-rw-r--r--xorg/xorg-xvinfo/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-xvinfo/Pkgfile b/xorg/xorg-xvinfo/Pkgfile
index 117f094b3..482648d7f 100644
--- a/xorg/xorg-xvinfo/Pkgfile
+++ b/xorg/xorg-xvinfo/Pkgfile
@@ -1,20 +1,18 @@
# Description: X-Video information utility
# 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-libxv
# Run on: xorg-libx11,xorg-libxv
name=xorg-xvinfo
-version=1.0.2
+version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2)
build() {
cd xvinfo-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}