void-packages/srcpkgs/gupnp-av/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

27 lines
815 B
Text

# Template file for 'gupnp-av'
pkgname=gupnp-av
version=0.10.1
homepage="http://gupnp.org/"
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
short_desc="Library to ease handling and implementation of UPnP A/V profiles"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=41aeb5d243426b293c315788b41bc79a2be1f466eeff114cf6c89a37140f507e
long_desc="
A GObject-based API for doing UPnP transparently."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run gupnp
Add_dependency run gssdp
Add_dependency run libxml2
Add_dependency run libsoup
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build gobject-introspection
Add_dependency build gupnp-devel