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