mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/frostwire: Updated for version 5.3.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b82eb91414
commit
0a5e2c4d72
4 changed files with 13 additions and 18 deletions
|
@ -1,7 +1,5 @@
|
|||
Frostwire is a cross-platform, open-source peer-to-peer filesharing client
|
||||
for the Gnutella and BitTorrent protocols. It is written in Java and is a
|
||||
fork of Limewire that includes all of the free LimeWire version's
|
||||
functionality, plus a few features of LimeWire Pro's fee based upgrades.
|
||||
FrostWire also provides a chatroom.
|
||||
for the BitTorrent protocol. It is written in Java and started as a
|
||||
fork of Limewire. Frostwire now includes many new features.
|
||||
|
||||
This is a repackaging of the official java binary from frostwire.com.
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# Updated for new version - Edward Koenig <kingbeowulf@gmail.com>
|
||||
|
||||
PRGNAM=frostwire
|
||||
VERSION=5.2.11
|
||||
VERSION=5.3.9
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,14 +60,11 @@ chmod 0755 $PKG/usr/bin/$PRGNAM
|
|||
ln -s $PRGNAM-$VERSION $PKG/opt/$PRGNAM
|
||||
|
||||
# Install desktop file and icon
|
||||
install -D -m 0644 $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop \
|
||||
$PKG/usr/share/applications/$PRGNAM.desktop
|
||||
install -D -m 0644 $CWD/$PRGNAM.png \
|
||||
$PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
install -D -m 0644 $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
install -D -m 0644 $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
# Let's not move the docs, as there aren't any, but we will add the build script to them
|
||||
install -D -m 0644 $CWD/$PRGNAM.SlackBuild \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
install -D -m 0644 $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
for FILE in COPYING EULA.txt changelog; do
|
||||
ln -s /opt/$PRGNAM-$VERSION/$FILE $PKG/usr/doc/$PRGNAM-$VERSION/$FILE ;
|
||||
done
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="frostwire"
|
||||
VERSION="5.2.11"
|
||||
VERSION="5.3.9"
|
||||
HOMEPAGE="http://www.frostwire.com/"
|
||||
DOWNLOAD="http://dl.frostwire.com/frostwire/5.2.11/frostwire-5.2.11.noarch.tar.gz"
|
||||
MD5SUM="16683cdcc481c89830b8d35579fc5226"
|
||||
DOWNLOAD="http://dl.frostwire.com/frostwire/5.3.9/frostwire-5.3.9.noarch.tar.gz"
|
||||
MD5SUM="b7d804af31af4334abea91f881e7a526"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
frostwire: frostwire (P2P File sharing Client)
|
||||
frostwire:
|
||||
frostwire: Frostwire is a cross-platform, open-source peer-to-peer filesharing
|
||||
frostwire: client for the Gnutella and BitTorrent protocols.
|
||||
frostwire: It is written in Java and is a fork of Limewire that includes all
|
||||
frostwire: of the free LimeWire version's functionality, plus a few features
|
||||
frostwire: of LimeWire Pro's fee based upgrades.
|
||||
frostwire: client for the and BitTorrent protocols. It is written in Java and
|
||||
frostwire: was a fork of Limewire. Frostwire now includes many new features.
|
||||
frostwire:
|
||||
frostwire: This is essentially a repackaging of the official binary from
|
||||
frostwire: http://www.frostwire.com/
|
||||
frostwire:
|
||||
frostwire:
|
||||
frostwire:
|
||||
|
|
Loading…
Reference in a new issue