25 lines
690 B
Text
25 lines
690 B
Text
# Template build file for 'libXv'.
|
|
pkgname=libXv
|
|
version=1.0.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="videoproto libX11-devel libXext-devel"
|
|
short_desc="Xv Extension library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="${XORG_SITE}"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
checksum=55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525
|
|
|
|
libXv-devel_package() {
|
|
depends="xproto videoproto libX11-devel libXext-devel libXv>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share
|
|
}
|
|
}
|