void-packages/srcpkgs/vdpauinfo/template

21 lines
665 B
Plaintext

# Template file for 'vdpauinfo'
pkgname=vdpauinfo
version=0.0.6
homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
distfiles="http://cgit.freedesktop.org/~aplattner/$pkgname/snapshot/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="automake pkg-config libvdpau-devel"
revision=1
short_desc="Command line utility for querying the capabilities of a VDPAU device"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=9a81a13780cbf668ac7d6d6449a4f12857891775cc945ffa9ff27f8ffd102b25
long_desc="
vdpauinfo queries the capabilities of a VDPAU device and shows them via
a command line utility."
pre_configure() {
autoreconf -fi
}