summaryrefslogtreecommitdiffstats
path: root/ham/qsstv/qsstv.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/qsstv/qsstv.SlackBuild')
-rw-r--r--ham/qsstv/qsstv.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/ham/qsstv/qsstv.SlackBuild b/ham/qsstv/qsstv.SlackBuild
index 000f4501bc..43877ed10f 100644
--- a/ham/qsstv/qsstv.SlackBuild
+++ b/ham/qsstv/qsstv.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qsstv
-VERSION=${VERSION:-9.4.4}
+VERSION=${VERSION:-9.5.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -69,9 +69,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM\_$VERSION
+rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM\_$VERSION.tar.gz
-cd $PRGNAM\_$VERSION
+cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-qmake-qt5
+qmake-qt5 PREFIX=/usr
make
make install INSTALL_ROOT=$PKG