gupnp-igd: cross build support; added gir build option.
This commit is contained in:
parent
b610033deb
commit
219aba2aca
1 changed files with 21 additions and 5 deletions
|
@ -1,25 +1,41 @@
|
||||||
# Template file for 'gupnp-igd'
|
# Template file for 'gupnp-igd'
|
||||||
pkgname=gupnp-igd
|
pkgname=gupnp-igd
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-python --disable-static"
|
configure_args="--disable-python --disable-static"
|
||||||
makedepends="pkg-config glib-devel libxml2-devel libsoup-devel gssdp-devel gupnp-devel"
|
hostmakedepends="pkg-config glib-devel"
|
||||||
|
makedepends="libglib-devel libxml2-devel libsoup-devel gssdp-devel gupnp-devel"
|
||||||
short_desc="Library to handle UPnP IGD port mapping"
|
short_desc="Library to handle UPnP IGD port mapping"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://gupnp.org"
|
homepage="http://gupnp.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
||||||
checksum=73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3
|
checksum=73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3
|
||||||
long_desc="
|
|
||||||
GUPNP-igd is is a library to handle UPnP IGD port mapping."
|
# 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"
|
||||||
|
else
|
||||||
|
configure_args+=" --disable-introspection"
|
||||||
|
fi
|
||||||
|
|
||||||
gupnp-igd-devel_package() {
|
gupnp-igd-devel_package() {
|
||||||
depends="gupnp-devel gupnp-igd>=${version}"
|
depends="gupnp-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue