diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-11 09:02:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-12 00:05:02 +0700 |
commit | 9b77316419f472cd018bae727bc71d082703c652 (patch) | |
tree | f2c4c4447a55ff4ed9110c220c7ef945ed9cd639 /audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild | |
parent | 6042f711106a52b3c06085ef8bff33deae025486 (diff) |
audio/qmmp-plugin-pack: Updated for version 0.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild')
-rw-r--r-- | audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild b/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild index 323452f12a984..2c1c40bb273d4 100644 --- a/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild +++ b/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh -# Slackware build script for qmmp-plugin-pack - -# Copyright 2015 Edinaldo P. Silva <edps.mundognu@gmail.com> +# +# Slackware build script for qmmp-plugin-pack. +# +# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qmmp-plugin-pack -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,8 +54,6 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING ChangeLog README" - set -e rm -rf $PKG @@ -82,6 +81,8 @@ 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 +DOCS="AUTHORS COPYING ChangeLog README" + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |