#Packager: Vasile Coman #Former Packager: JRD pkgname=libnice pkgver=0.0.13 pkgrel=1vc source=(http://nice.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ 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 }