summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xvinfo/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 20:03:11 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 20:03:11 +0100
commit6c979f531c1c5e6bc120a65029347b10ecaa4be6 (patch)
treef913dea77f3a0931e3434bcdfe4fa4722aff18f4 /xorg/xorg-xvinfo/Pkgfile
parent037a0f7f3d583c16bbd45189d3eb999186289707 (diff)
downloadnutyx-extra-6c979f531c1c5e6bc120a65029347b10ecaa4be6.tar.gz
nutyx-extra-6c979f531c1c5e6bc120a65029347b10ecaa4be6.tar.bz2
nutyx-extra-6c979f531c1c5e6bc120a65029347b10ecaa4be6.tar.xz
nutyx-extra-6c979f531c1c5e6bc120a65029347b10ecaa4be6.zip
xorg-xvinfo, maj 1.1.1-1
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
}