summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2010-05-10 23:47:01 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:22 -0500
commitd132b8b042edf87acf5fc78b3d464d1748106bf4 (patch)
tree4870d6bb7e899be778025e1a972b38057144dd8e /libraries
parentb1666c26f0f2cc0af2335637915a8838c1e7e81f (diff)
downloadslackbuilds-d132b8b042edf87acf5fc78b3d464d1748106bf4.tar.gz
slackbuilds-d132b8b042edf87acf5fc78b3d464d1748106bf4.tar.xz
libraries/libnice: Updated for version 0.0.11.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libnice/libnice.SlackBuild18
-rw-r--r--libraries/libnice/libnice.info8
-rw-r--r--libraries/libnice/slack-desc12
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