void-packages/srcpkgs/gupnp-av/template
2013-10-16 15:47:36 +02:00

32 lines
827 B
Plaintext

# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.12.3
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config gobject-introspection"
makedepends="gupnp-devel>=0.20.1_2 vala-devel>=0.20"
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
checksum=fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02
gupnp-av-devel_package() {
depends="gupnp-devel>=0.20.1_2 gupnp-av>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
gupnp-av_package() {
pkg_install() {
vmove all
}
}