diff options
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 323452f12a98..2c1c40bb273d 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 |