x11/xvinfo: new aport

Print out X-Video extension adaptor information
This commit is contained in:
Natanael Copa 2009-07-12 11:39:37 +00:00
parent 6752e96e61
commit 424895c283

21
x11/xvinfo/APKBUILD Normal file
View File

@ -0,0 +1,21 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xvinfo
pkgver=1.0.2
pkgrel=0
pkgdesc="Print out X-Video extension adaptor information"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
makedepends="pkgconfig libxv-dev"
depends=
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \
--mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="e1e318436f49e2f0f3764593dadd9ad2 xvinfo-1.0.2.tar.bz2"