diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-07 23:46:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:48 +0700 |
commit | 9bbc2406f427c0ec68f61937309e8a548cf9d34f (patch) | |
tree | 8396f1d8a679420da459892be585a2fc8b0eb236 /audio/flacon/flacon.SlackBuild | |
parent | 07f4f4b98e8d4544ededff15a3c84156bc56c01f (diff) | |
download | slackbuilds-9bbc2406f427c0ec68f61937309e8a548cf9d34f.tar.gz |
audio/flacon: Update DEP and script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/flacon/flacon.SlackBuild')
-rw-r--r-- | audio/flacon/flacon.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/flacon/flacon.SlackBuild b/audio/flacon/flacon.SlackBuild index 7bdcc909eb..0adaf829c0 100644 --- a/audio/flacon/flacon.SlackBuild +++ b/audio/flacon/flacon.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for flacon. # -# 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 @@ -24,7 +24,7 @@ PRGNAM=flacon VERSION=${VERSION:-2.1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,6 +73,7 @@ cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DUSE_QT5=No \ . make make install DESTDIR=$PKG @@ -80,9 +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 +# only moving gzipped manpage: mv $PKG/usr/share/man $PKG/usr/man -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |