From d31514b01ae94ab4feac431b18010c6a38abbe31 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Mar 2009 05:27:39 +0100 Subject: [PATCH] Added xdriinfo-1.0.2 template. --HG-- extra : convert_revision : 325bcc60020809cecd2b4e716e50a563b593224d --- templates/xdriinfo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/xdriinfo/template diff --git a/templates/xdriinfo/template b/templates/xdriinfo/template new file mode 100644 index 00000000000..1bde48003cf --- /dev/null +++ b/templates/xdriinfo/template @@ -0,0 +1,17 @@ +# Template build file for 'xdriinfo'. +pkgname=xdriinfo +version=1.0.2 +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="X.org DRI information utility" +maintainer="Juan RP " +checksum=7b03ac095b6c79688c20ad61e3576d4698e3f16c09a7f3f1e7c50826814e7265 +long_desc=" + The xdriinfo utility prints an XML description of a DRI driver. The driver + can be specified directly by driver name or indirectly by screen number. + No X connection is needed if the driver name is explicitly specified." + +Add_dependency build pkg-config +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency full MesaLib