From cdb2c124806ed6d0a3db7c778cba034ad0330679 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:09:04 +0100 Subject: Ajout de xorg-xvinfo#1.0.2-1 --- xorg/xorg-xvinfo/.footprint | 6 ++++++ xorg/xorg-xvinfo/.md5sum | 1 + xorg/xorg-xvinfo/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xvinfo/.footprint create mode 100644 xorg/xorg-xvinfo/.md5sum create mode 100644 xorg/xorg-xvinfo/Pkgfile (limited to 'xorg/xorg-xvinfo') diff --git a/xorg/xorg-xvinfo/.footprint b/xorg/xorg-xvinfo/.footprint new file mode 100644 index 000000000..8f9203109 --- /dev/null +++ b/xorg/xorg-xvinfo/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xvinfo +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xvinfo.1.gz diff --git a/xorg/xorg-xvinfo/.md5sum b/xorg/xorg-xvinfo/.md5sum new file mode 100644 index 000000000..b7e807d14 --- /dev/null +++ b/xorg/xorg-xvinfo/.md5sum @@ -0,0 +1 @@ +e1e318436f49e2f0f3764593dadd9ad2 xvinfo-1.0.2.tar.bz2 diff --git a/xorg/xorg-xvinfo/Pkgfile b/xorg/xorg-xvinfo/Pkgfile new file mode 100644 index 000000000..080a93fa3 --- /dev/null +++ b/xorg/xorg-xvinfo/Pkgfile @@ -0,0 +1,18 @@ +# Description: X-Video information utility +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxv + +name=xorg-xvinfo +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2) + +build() { + cd xvinfo-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2