libraries/libnice: Updated for version 0.1.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Woodfall 2014-12-24 12:18:54 +07:00 committed by Willy Sudiarto Raharjo
parent b6887eeb4c
commit d1fb88e588
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libnice
VERSION=${VERSION:-0.1.4}
VERSION=${VERSION:-0.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -78,17 +78,17 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-static=no \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 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 -a \
AUTHORS NEWS COPYING INSTALL README COPYING.LGPL TODO COPYING.MPL \
cp -a AUTHORS NEWS COPYING INSTALL README COPYING.LGPL TODO COPYING.MPL \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="libnice"
VERSION="0.1.4"
VERSION="0.1.8"
HOMEPAGE="http://nice.freedesktop.org"
DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.1.4.tar.gz"
MD5SUM="315c457b092980a4a9a0bea9f0723cce"
DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.1.8.tar.gz"
MD5SUM="3042d1c3281d098ef1b98d01479b4192"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""