summaryrefslogtreecommitdiffstats
path: root/libraries/libnice/libnice.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libnice/libnice.SlackBuild')
-rw-r--r--libraries/libnice/libnice.SlackBuild18
1 files changed, 3 insertions, 15 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 \