void-packages/srcpkgs/gupnp-av/template

41 lines
1.1 KiB
Plaintext

# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.12.6
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="gupnp-devel>=0.20.1_2"
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/${version%.*}/$pkgname-$version.tar.xz"
checksum=e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44
# Package build options
build_options="gir"
# Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection vala-devel>=0.22"
else
configure_args+=" --disable-introspection"
fi
gupnp-av-devel_package() {
depends="gupnp-devel>=0.20.1_2 ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}