diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:46 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:46 +0200 |
commit | 538f454b3210afecd75c65d0b28402546db8967a (patch) | |
tree | e8ee132b56a9cf6204d50c62e9849828dc433fb6 /extra/xorg-xvinfo/Pkgfile | |
parent | 5f013d27edb535ed85ef5f48a54c45dbbcb879bd (diff) | |
download | nutyx-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/Pkgfile | 18 |
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 +} |