diff options
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r-- | network/frostwire/frostwire.SlackBuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index 9617edc5e8c1..d2e9d615f63b 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -23,10 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Phillip Warner for frostwire <pc_warner@yahoo.com> +# Modified by Phil Warner for frostwire <pc_warner@yahoo.com> +# Updated for new version - Edward Koenig <kingbeowulf@gmail.com> PRGNAM=frostwire -VERSION=4.18.0 +VERSION=4.21.1 ARCH=noarch # Leave this alone for frostwire BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,13 +55,6 @@ chmod 0755 $PKG/usr/bin/$PRGNAM ln -s $PRGNAM-$VERSION $PRGNAM -# frostwire looks for some of its files under /usr/lib/frostwire -# so we appease it with a symlink -mkdir -p $PKG/usr/lib -( cd $PKG/usr/lib - ln -s /opt/$PRGNAM $PRGNAM -) - # Install desktop file and icon install -D -m 0644 $CWD/$PRGNAM.desktop \ $PKG/usr/share/applications/$PRGNAM.desktop @@ -89,5 +83,4 @@ cd $PKG chown -R root:root . chmod -R a-s,u+rw,go+r-w . find . -type d -name '.svn' | xargs rm -rf - /sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |