updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / vdpauinfo / PKGBUILD
blob60aefa19908b88b5819c8d948d8e9c551df683d2
1 # Maintainer: Bart Verhoeven <nepherte at gmail dot com>
2 pkgname=vdpauinfo
3 pkgver=0.0.6
4 pkgrel=6
5 pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
6 arch=('i686' 'x86_64')
7 url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
8 license=('custom')
9 changelog=$pkgname.changelog
10 depends=('libvdpau' 'libxfixes')
11 source=('http://cgit.freedesktop.org/~aplattner/vdpauinfo/snapshot/vdpauinfo-0.0.6.tar.bz2')
12 sha256sums=('9a81a13780cbf668ac7d6d6449a4f12857891775cc945ffa9ff27f8ffd102b25')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
17   autoreconf -i 
19   ./configure --prefix=/usr VDPAU_CFLAGS=-I/usr/include \
20   VDPAU_LIBS=-lvdpau LIBS=-lX11
21   make
24 package() {
25     cd $srcdir/$pkgname-$pkgver
26   make DESTDIR="$pkgdir" install
27   install -D -m644 $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/license