void-packages/srcpkgs/libnice/template
Juan RP aca97031d6 Added libnice-0.1.0 build template.
--HG--
branch : gnome3
2011-03-03 14:54:52 +01:00

41 lines
1.4 KiB
Plaintext

# Template file for 'libnice'
pkgname=libnice
version=0.1.0
distfiles="http://nice.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-static"
short_desc="An implementation of the IETF's draft ICE (for P2P UDP data streams)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c79b85f53c63fc676c6f84f4a40a5e210106cc7856ba17580fc2716f36c720ff
long_desc="
It provides a GLib-based library, libnice and a Glib-free library, libstun
as well as GStreamer elements.
ICE is useful for applications that want to establish peer-to-peer UDP data
streams. It automates the process of traversing NATs and provides security
against some attacks. It also allows applications to create reliable streams
using a TCP over UDP layer.
Existing standards that use ICE include Session Initiation Protocol (SIP)
and XMPP Jingle."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libxml2
Add_dependency run gstreamer
Add_dependency run libsoup
Add_dependency run gssdp
Add_dependency run gupnp
Add_dependency run gupnp-igd
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build libxml2-devel
Add_dependency build gstreamer-devel
Add_dependency build libsoup-devel
Add_dependency build gssdp-devel
Add_dependency build gupnp-devel
Add_dependency build gupnp-igd-devel