summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xvinfo/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:46 +0200
commit538f454b3210afecd75c65d0b28402546db8967a (patch)
treee8ee132b56a9cf6204d50c62e9849828dc433fb6 /extra/xorg-xvinfo/Pkgfile
parent5f013d27edb535ed85ef5f48a54c45dbbcb879bd (diff)
downloadnutyx-extra-538f454b3210afecd75c65d0b28402546db8967a.tar.gz
nutyx-extra-538f454b3210afecd75c65d0b28402546db8967a.tar.bz2
nutyx-extra-538f454b3210afecd75c65d0b28402546db8967a.tar.xz
nutyx-extra-538f454b3210afecd75c65d0b28402546db8967a.zip
xorg-xvinfo dans extra
Diffstat (limited to 'extra/xorg-xvinfo/Pkgfile')
-rw-r--r--extra/xorg-xvinfo/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-xvinfo/Pkgfile b/extra/xorg-xvinfo/Pkgfile
new file mode 100644
index 000000000..482648d7f
--- /dev/null
+++ b/extra/xorg-xvinfo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X-Video information utility
+# URL: http://xorg.freedesktop.org
+# 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.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2)
+
+build() {
+ cd xvinfo-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}