diff options
author | Phil Warner <pc_warner@yahoo.com> | 2010-05-11 22:25:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:25:19 +0200 |
commit | 0fe8e16e03d7105fd7b7d557c717d7b505dffeaf (patch) | |
tree | f2de336ce1958ece0099dc58f222c07a16d0d75f /network/frostwire/frostwire.SlackBuild | |
parent | 98112323e647c884f840c53e83abf9f9dcabb320 (diff) |
network/frostwire: Updated for version 4.17.0
Diffstat (limited to 'network/frostwire/frostwire.SlackBuild')
-rw-r--r-- | network/frostwire/frostwire.SlackBuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index db25e865f197..ae1f4f58bf43 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for frostwire # Based on SlackBuild for LimeWire by Robby Workman -# Copyright 2006-2007 Robby Workman Northport, Alabama (USA) +# Copyright 2006-2008 Robby Workman Northport, Alabama (USA) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Modified by Phil Warner for frostwire <pc_warner@yahoo.com> PRGNAM=frostwire -VERSION=4.13.4 +VERSION=4.17.0 ARCH=noarch # Leave this alone for frostwire BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,12 +57,12 @@ ln -s $PRGNAM-$VERSION $PRGNAM # Install desktop file and icon install -D -m 0644 $CWD/$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 $CWD/$PRGNAM.png \ + $PKG/usr/share/pixmaps/$PRGNAM.png # Remove obsolete desktop file from program directory -if [ -e $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop ] -then - rm $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop +if [ -e $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop ]; then + rm -f $PKG/opt/$PRGNAM-$VERSION/$PRGNAM.desktop fi # Let's not move the docs, but we will add the build script to them @@ -81,4 +81,5 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh 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.tgz |