From d132b8b042edf87acf5fc78b3d464d1748106bf4 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Mon, 10 May 2010 23:47:01 -0500 Subject: libraries/libnice: Updated for version 0.0.11. --- libraries/libnice/libnice.SlackBuild | 18 +++--------------- libraries/libnice/libnice.info | 8 ++++---- libraries/libnice/slack-desc | 12 ++++++------ 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/libraries/libnice/libnice.SlackBuild b/libraries/libnice/libnice.SlackBuild index c48445de4b..b373707133 100644 --- a/libraries/libnice/libnice.SlackBuild +++ b/libraries/libnice/libnice.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=libnice -VERSION=${VERSION:-0.0.10} +VERSION=${VERSION:-0.0.11} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,20 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -) - -( cd $PKG - # Remove 'special' files - find . -name perllocal.pod \ - -o -name ".packlist" \ - -o -name "*.bs" \ - | xargs rm -f -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp AUTHORS ChangeLog NEWS COPYING INSTALL README COPYING.LGPL TODO COPYING.MPL \ diff --git a/libraries/libnice/libnice.info b/libraries/libnice/libnice.info index b22e5076c5..79f0c0f1d6 100644 --- a/libraries/libnice/libnice.info +++ b/libraries/libnice/libnice.info @@ -1,10 +1,10 @@ PRGNAM="libnice" VERSION="0.0.10" HOMEPAGE="http://nice.freedesktop.org" -DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.0.10.tar.gz" -MD5SUM="3853541318835951fffae3cbeea570fb" +DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.0.11.tar.gz" +MD5SUM="9e6f6b0b781b747e49df2160cbb29f83" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" -EMAIL="dave@unrealize.co.uk" -APPROVED="dsomero" +EMAIL="dave@dawoodfall.net" +APPROVED="rworkman" diff --git a/libraries/libnice/slack-desc b/libraries/libnice/slack-desc index 17bee22255..37eb1c994e 100644 --- a/libraries/libnice/slack-desc +++ b/libraries/libnice/slack-desc @@ -10,10 +10,10 @@ libnice: libnice (The GLib ICE implementation) libnice: libnice: Libnice is an implementation of the IETF's draft Interactice libnice: Connectivity Establishment standard (ICE). It provides GLib-based -libnice: library, libnice and GStreamer elements. -libnice: ICE is useful for applications that want to establish peer-to-peer -libnice: UDP data streams. It automates the process of traversing NATs and -libnice: provides security against some attacks. -libnice: Existing standards that use ICE include Session Initiation Protocol -libnice: (SIP) and XMPP Jingle. +libnice: library, libnice and GStreamer elements. ICE is useful for +libnice: applications that want to establish peer-to-peer UDP data streams. +libnice: It automates the process of traversing NATs and provides security +libnice: against some attacks. Existing standards that use ICE include +libnice: include Session Initiation Protocol (SIP) and XMPP Jingle. +libnice: libnice: Homepage: http://nice.freedesktop.org -- cgit v1.2.3