diff options
Diffstat (limited to 'network/LimeWire/LimeWire.SlackBuild')
-rw-r--r-- | network/LimeWire/LimeWire.SlackBuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/network/LimeWire/LimeWire.SlackBuild b/network/LimeWire/LimeWire.SlackBuild index 9c434373909e..2eb6622fa570 100644 --- a/network/LimeWire/LimeWire.SlackBuild +++ b/network/LimeWire/LimeWire.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for limewire -# Copyright 2006-2008 Robby Workman, Northport, AL, USA +# Copyright 2006-2009 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=LimeWire -VERSION=${VERSION:-4.18.8} -ARCH=i686 # Leave this alone for LimeWire +VERSION=${VERSION:-5.3} +ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,13 +41,6 @@ cd $TMP unzip $CWD/LimeWireOther.zip mv $PRGNAM $PKG/opt -# The runlime.sh script included has a DOS line ending in it -TMPFILE=$(mcookie) -rm -rf $TMP/$TMPFILE -fromdos < $PKG/opt/$PRGNAM/runLime.sh > $TMP/$TMPFILE -cat $TMP/$TMPFILE > $PKG/opt/$PRGNAM/runLime.sh -rm -f $TMP/$TMPFILE - mkdir -p $PKG/usr/bin cat << EOF > $PKG/usr/bin/$PRGNAM #!/bin/sh @@ -79,4 +72,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG chown -R root:root . chmod -R a-s,u+rw,go+r-w . -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |