41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
# Template file for 'gupnp-av'
|
|
pkgname=gupnp-av
|
|
version=0.12.5
|
|
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/0.12/$pkgname-$version.tar.xz"
|
|
checksum=8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6
|
|
|
|
# Package build options
|
|
build_options="gir"
|
|
desc_option_gir="Enable support for building gobject introspection data"
|
|
|
|
# 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"
|
|
}
|
|
}
|