diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-10-15 20:44:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-21 07:08:27 +0700 |
commit | 0fd8d9b196f1e6c5f4b78e1cb2835091b372e804 (patch) | |
tree | 982fccd2a8e93c54f342be40aa2854fcc8eca40d /audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild | |
parent | 4fea088d3d1904d563a36f7a55106f574464d538 (diff) |
audio/qmmp-plugin-pack: Updated for version 0.10.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild')
-rw-r--r-- | audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild b/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild index db77e927995bb..342a473db0dfd 100644 --- a/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild +++ b/audio/qmmp-plugin-pack/qmmp-plugin-pack.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for qmmp-plugin-pack. # -# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qmmp-plugin-pack -VERSION=${VERSION:-0.10.2} +VERSION=${VERSION:-0.10.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,15 +81,12 @@ 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 +cp AUTHORS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |