mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/SoulseekQt: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
112941cc72
commit
098c10a964
2 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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.
|
||||
#
|
||||
# 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
|
||||
chown -R root:root .
|
||||
|
||||
mkdir -p $PKG/opt/$PRGNAM
|
||||
mkdir -p $PKG/usr/{bin,share/{applications,pixmaps}}
|
||||
install -m 755 $PRGNAM-$FVER-$TGZARCH $PKG/opt/$PRGNAM/$PRGNAM
|
||||
install -m 644 $CWD/SoulseekQt.png $PKG/usr/share/pixmaps
|
||||
install -m 644 $CWD/SoulseekQt.desktop $PKG/usr/share/applications
|
||||
install -D -m 755 $PRGNAM-$FVER-$TGZARCH $PKG/opt/$PRGNAM/$PRGNAM
|
||||
install -D -m 644 $CWD/$PRGNAM.png -t $PKG/usr/share/pixmaps/
|
||||
install -D -m 644 $CWD/$PRGNAM.desktop -t $PKG/usr/share/applications/
|
||||
mkdir -p $PKG/usr/bin
|
||||
ln -sf ../../opt/$PRGNAM/$PRGNAM $PKG/usr/bin/$PRGNAM
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="SoulseekQt"
|
||||
VERSION="20160117"
|
||||
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"
|
||||
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"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dominik Drobek"
|
||||
|
|
Loading…
Reference in a new issue