diff options
author | Michales Michaloudes <korgie@gmail.com> | 2011-10-06 08:10:00 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:15 -0500 |
commit | 3dd6c375469b321cdbaa62200982249c4ce89700 (patch) | |
tree | 7b3c671c19a87ffa181a98d8db32e56f3ceab6bb /audio/qmmp/qmmp.SlackBuild | |
parent | 1468b45ad6ea09557177a77079ac726b4f332151 (diff) | |
download | slackbuilds-3dd6c375469b321cdbaa62200982249c4ce89700.tar.gz |
audio/qmmp: Updated for version 0.5.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/qmmp/qmmp.SlackBuild')
-rw-r--r-- | audio/qmmp/qmmp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/qmmp/qmmp.SlackBuild b/audio/qmmp/qmmp.SlackBuild index 47634cefdd..e2c5dd9f37 100644 --- a/audio/qmmp/qmmp.SlackBuild +++ b/audio/qmmp/qmmp.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh - # Slackware build script for qmmp # Copyright 2010 Grigorios Bouzakis <grbzks@xsmail.com> +# Copyright 2011 Michales Michaloudes <korgie@gmail.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -21,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qmmp -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,7 @@ cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ . -make +make VERBOSE=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |