void-packages/srcpkgs/vdpauinfo/template
2013-10-24 17:23:27 +02:00

20 lines
573 B
Plaintext

# Template file for 'vdpauinfo'
pkgname=vdpauinfo
version=0.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libvdpau-devel"
short_desc="Command line utility for querying the capabilities of a VDPAU device"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
checksum=b0c856a6933e306f3f783717a29124c7d145d6027a3175e197249696f5d5019f
vdpauinfo_package() {
pkg_install() {
vmove all
}
}