diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-07 18:59:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 16:23:43 -0500 |
commit | 6d78ed31024e84aace293a52622a82dc1034a5a8 (patch) | |
tree | 9bdc8a56be2fd3e9a2335fc30cba872a4457f4fa /audio/qastools/qastools.SlackBuild | |
parent | f973762f935e727580fc6671c259168a0e789a7b (diff) | |
download | slackbuilds-6d78ed31024e84aace293a52622a82dc1034a5a8.tar.gz |
audio/qastools: Updated for version 0.17.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/qastools/qastools.SlackBuild')
-rw-r--r-- | audio/qastools/qastools.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/qastools/qastools.SlackBuild b/audio/qastools/qastools.SlackBuild index 4665342a5c..a26ebdfe9d 100644 --- a/audio/qastools/qastools.SlackBuild +++ b/audio/qastools/qastools.SlackBuild @@ -4,8 +4,8 @@ # Written by ponce <matteo.bernardini@gmail.com> PRGNAM=qastools -VERSION=${VERSION:-0.16.1} -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.17.2} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -65,6 +65,8 @@ cd .. # move the man pages in the proper place mv $PKG/usr/share/man $PKG/usr/man +# This slipped, ops +rm $PKG/usr/share/qastools/COPYING 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 |