dc60733d64
[ci skip]
17 lines
462 B
Bash
17 lines
462 B
Bash
# Template file for 'xvinfo'
|
|
pkgname=xvinfo
|
|
version=1.1.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXv-devel"
|
|
short_desc="Query X-Video capabilities"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=0353220d6606077ba42363db65f50410759f9815352f77adc799e2adfa76e73f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|