vp-build/srcpkgs/vdpauinfo/template

18 lines
557 B
Bash

# Template file for 'vdpauinfo'
pkgname=vdpauinfo
version=1.0
revision=3
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@voidlinux.eu>"
license="MIT"
homepage="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
checksum=4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4
post_install() {
vlicense COPYING
}