summaryrefslogtreecommitdiffstats
path: root/xorg/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 /xorg/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 'xorg/xorg-xvinfo/Pkgfile')
-rw-r--r--xorg/xorg-xvinfo/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xvinfo/Pkgfile b/xorg/xorg-xvinfo/Pkgfile
deleted file mode 100644
index 482648d7f..000000000
--- a/xorg/xorg-xvinfo/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}