void-packages/srcpkgs/libvdpau/template

18 lines
596 B
Plaintext
Raw Normal View History

2011-11-03 07:41:30 +01:00
# Template file for 'libvdpau'
pkgname=libvdpau
2013-02-02 01:58:29 +01:00
version=0.6
2012-09-05 09:45:48 +02:00
revision=1
subpackages="$pkgname-devel"
2011-11-03 07:41:30 +01:00
build_style=gnu-configure
makedepends="pkg-config dri2proto libX11-devel libXext-devel"
2011-11-03 07:41:30 +01:00
short_desc="The Video Decode and Presentation API for UNIX"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cgit.freedesktop.org/~aplattner/libvdpau"
license="MIT"
2012-09-05 09:45:48 +02:00
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
2013-02-02 01:58:29 +01:00
checksum=9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75
2011-11-03 07:41:30 +01:00
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}