# vim: syn=sh: #Maintainer: JRD pkgname=libnice pkgver=0.0.11 pkgrel=1cp #arch is usually one of x86_64/i486/i686/noarch #arch=x86_64 source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) sourcetemplate=http://enialis.net/~jrd/salix/$pkgname/$pkgver-$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://nice.freedesktop.org/wiki/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (The GLib ICE implementation)" "Libnice is an implementation of the IETF's draft Interactice" "Connectivity Establishment standard (ICE). It provides GLib-based" "library, libnice and 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." "Existing standards that use ICE include Session Initiation Protocol" "(SIP) and XMPP Jingle." ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }