diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:35:28 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:35:28 +0200 |
commit | 8482fb6905f763617c2612a989b900780f8c7a10 (patch) | |
tree | f30583892d60a8b7dee63d79a93ee5e21a6b2190 /network/LimeWire/LimeWire.SlackBuild | |
parent | 4cb2ab1e47078f6892576b72d429a338cec3e1f7 (diff) |
network/LimeWire: Updated for version 5.3
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 9c434373909eb..2eb6622fa570e 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} |