mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/LimeWire: Updated for version 5.3
This commit is contained in:
parent
4cb2ab1e47
commit
8482fb6905
4 changed files with 16 additions and 22 deletions
|
@ -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}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Exec=LimeWire
|
||||
TryExec=LimeWire
|
||||
|
@ -7,6 +6,6 @@ Icon=LimeWire
|
|||
Terminal=false
|
||||
Name=LimeWire
|
||||
Comment=Peer to Peer Filesharing Client
|
||||
Categories=Application;Network;
|
||||
Categories=Network;
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="LimeWire"
|
||||
VERSION="4.18.8"
|
||||
VERSION="5.3"
|
||||
HOMEPAGE="http://www.limewire.com"
|
||||
DOWNLOAD="http://www10.limewire.com/download/LimeWireOther.zip"
|
||||
MD5SUM="0f342e76ddcbc3e3e7d5c24dceb2ecca"
|
||||
MD5SUM="831e812c194448a363b4fd1f2173d538"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Michiel"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler----------------------------------------------------|
|
||||
LimeWire: LimeWire (P2P Filesharing Client)
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire: LimeWire is a cross-platform, open-source peer-to-peer
|
||||
LimeWire: filesharing client.
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire: This is essentially a repackaging of the LimeWireOther.zip
|
||||
LimeWire: file available from http://limewire.com.
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
LimeWire:
|
||||
|
|
Loading…
Reference in a new issue