diff options
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 |