From 585f6ba5a6a9a1121947e7d9df1a4057e3672574 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:20:14 +0100 Subject: Ajout de xorg-xdriinfo#1.0.2-1 --- xorg/xorg-xdriinfo/.footprint | 6 ++++++ xorg/xorg-xdriinfo/.md5sum | 1 + xorg/xorg-xdriinfo/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xdriinfo/.footprint create mode 100644 xorg/xorg-xdriinfo/.md5sum create mode 100644 xorg/xorg-xdriinfo/Pkgfile (limited to 'xorg/xorg-xdriinfo') diff --git a/xorg/xorg-xdriinfo/.footprint b/xorg/xorg-xdriinfo/.footprint new file mode 100644 index 000000000..f1a9c5b4a --- /dev/null +++ b/xorg/xorg-xdriinfo/.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/xdriinfo +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xdriinfo.1.gz diff --git a/xorg/xorg-xdriinfo/.md5sum b/xorg/xorg-xdriinfo/.md5sum new file mode 100644 index 000000000..7c85a9e6d --- /dev/null +++ b/xorg/xorg-xdriinfo/.md5sum @@ -0,0 +1 @@ +a5ec51ed9f0a55dc3462d90d52ff899c xdriinfo-1.0.2.tar.bz2 diff --git a/xorg/xorg-xdriinfo/Pkgfile b/xorg/xorg-xdriinfo/Pkgfile new file mode 100644 index 000000000..0bf2b3610 --- /dev/null +++ b/xorg/xorg-xdriinfo/Pkgfile @@ -0,0 +1,18 @@ +# Description: Query configuration information of DRI drivers +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-glproto + +name=xorg-xdriinfo +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2) + +build() { + cd xdriinfo-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf