diff options
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 db25e865f1..ae1f4f58bf 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 |