18 lines
596 B
Plaintext
18 lines
596 B
Plaintext
# Template file for 'libvdpau'
|
|
pkgname=libvdpau
|
|
version=0.6
|
|
revision=1
|
|
subpackages="$pkgname-devel"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config dri2proto libX11-devel libXext-devel"
|
|
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"
|
|
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
|
|
checksum=9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|