diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-08-24 23:33:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 23:33:02 +0700 |
commit | 07e37225eed10a00488bef1f423e6ef3ba20414a (patch) | |
tree | dbab3d3b905d522e836213154fad79b0e2df4e00 /libraries/CoinMP/CoinMP.SlackBuild | |
parent | 81c4a526829fc9d41996c06b0c758ecb5b6e56f4 (diff) | |
download | slackbuilds-07e37225eed10a00488bef1f423e6ef3ba20414a.tar.gz |
libraries/CoinMP: Updated for version 1.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CoinMP/CoinMP.SlackBuild')
-rw-r--r-- | libraries/CoinMP/CoinMP.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/CoinMP/CoinMP.SlackBuild b/libraries/CoinMP/CoinMP.SlackBuild index 4d6d5f3e7e..26dc8130a6 100644 --- a/libraries/CoinMP/CoinMP.SlackBuild +++ b/libraries/CoinMP/CoinMP.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CoinMP -# Copyright 2015, 2017-2018 Hunter Sezen California, USA +# Copyright 2015, 2017-2019 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=CoinMP -VERSION=${VERSION:-1.8.3} -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.8.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -85,8 +85,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -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 +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 mv $PKG/usr/share/coin/doc $PKG/usr/doc/$PRGNAM-$VERSION |