mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
x11/xvinfo: new aport
Print out X-Video extension adaptor information
This commit is contained in:
parent
6752e96e61
commit
424895c283
21
x11/xvinfo/APKBUILD
Normal file
21
x11/xvinfo/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user