network/SoulseekQt: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
112941cc72
commit
098c10a964
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for SoulseekQt
|
# Slackware build script for SoulseekQt
|
||||||
|
|
||||||
# Copyright 2016-2018 Dominik Drobek <dominik.drobek (at) o2.pl>
|
# Copyright 2016-2018, 2020 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -62,11 +62,10 @@ tar xvf $CWD/$PRGNAM-$FVER-$TGZARCH.tgz -C $TMP/$PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
|
||||||
mkdir -p $PKG/opt/$PRGNAM
|
install -D -m 755 $PRGNAM-$FVER-$TGZARCH $PKG/opt/$PRGNAM/$PRGNAM
|
||||||
mkdir -p $PKG/usr/{bin,share/{applications,pixmaps}}
|
install -D -m 644 $CWD/$PRGNAM.png -t $PKG/usr/share/pixmaps/
|
||||||
install -m 755 $PRGNAM-$FVER-$TGZARCH $PKG/opt/$PRGNAM/$PRGNAM
|
install -D -m 644 $CWD/$PRGNAM.desktop -t $PKG/usr/share/applications/
|
||||||
install -m 644 $CWD/SoulseekQt.png $PKG/usr/share/pixmaps
|
mkdir -p $PKG/usr/bin
|
||||||
install -m 644 $CWD/SoulseekQt.desktop $PKG/usr/share/applications
|
|
||||||
ln -sf ../../opt/$PRGNAM/$PRGNAM $PKG/usr/bin/$PRGNAM
|
ln -sf ../../opt/$PRGNAM/$PRGNAM $PKG/usr/bin/$PRGNAM
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="SoulseekQt"
|
PRGNAM="SoulseekQt"
|
||||||
VERSION="20160117"
|
VERSION="20160117"
|
||||||
HOMEPAGE="https://www.slsknet.org/"
|
HOMEPAGE="https://www.slsknet.org/"
|
||||||
DOWNLOAD="https://www.dropbox.com/s/kebk1b5ib1m3xxw/SoulseekQt-2016-1-17-32bit.tgz"
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/SoulseekQt-2016-1-17-32bit.tgz"
|
||||||
MD5SUM="906d99b15ed02d0d66981fffeeea1218"
|
MD5SUM="906d99b15ed02d0d66981fffeeea1218"
|
||||||
DOWNLOAD_x86_64="https://www.dropbox.com/s/7qh902qv2sxyp6p/SoulseekQt-2016-1-17-64bit.tgz"
|
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/SoulseekQt-2016-1-17-64bit.tgz"
|
||||||
MD5SUM_x86_64="c843e748a129e4ad9461280aeb2b957a"
|
MD5SUM_x86_64="c843e748a129e4ad9461280aeb2b957a"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Dominik Drobek"
|
MAINTAINER="Dominik Drobek"
|
||||||
|
|
Loading…
Reference in New Issue