void-packages/srcpkgs/xdriinfo/template

18 lines
656 B
Text
Raw Normal View History

# Template build file for 'xdriinfo'.
pkgname=xdriinfo
version=1.0.3
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X.org DRI information utility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2b762afd08c798d79fd6dacfd6280da39105927fa2bd91e3b1ba75b8cddc259c
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