summaryrefslogtreecommitdiffstats
path: root/network/frostwire/frostwire.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r--network/frostwire/frostwire.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild
index 6f9e3632bb..0a6d58b4a1 100644
--- a/network/frostwire/frostwire.SlackBuild
+++ b/network/frostwire/frostwire.SlackBuild
@@ -4,6 +4,7 @@
# Based on SlackBuild for LimeWire by Robby Workman
# Copyright 2006-2008 Robby Workman Northport, Alabama (USA)
+# Copyright 2011-2013 Edward Koenig Vancouver, Washington (USA)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,10 +25,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Phil Warner for frostwire <pc_warner@yahoo.com>
-# Updated for new version - Edward Koenig <kingbeowulf@gmail.com>
+# Updated for new version - Edward Koenig <kingbeowulf@gmail.com> (new maintainer)
PRGNAM=frostwire
-VERSION=5.3.9
+VERSION=5.6.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,9 +47,6 @@ mkdir -p $TMP $PKG/opt $OUTPUT
tar xvf $CWD/$PRGNAM-$VERSION.$ARCH.tar.gz -C $PKG/opt
mv $PKG/opt/$PRGNAM-$VERSION.$ARCH $PKG/opt/$PRGNAM-$VERSION
-# Fix to correctly find version from "java -version"
-patch -p0 -d $PKG/opt/$PRGNAM-$VERSION < $CWD/frostwire_checkjava.diff
-
mkdir -p $PKG/usr/bin
cat << EOF > $PKG/usr/bin/$PRGNAM
#!/bin/sh