You are not logged in.

#1 2005-08-06 05:33:41

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

[Update] Limewire 4.9.33

I updated quaqo's Limewire package build. I dont know how to edit files in the AUR. I have an account but I cant seem to edit other peoples files. So I'm posting the pkgbuild here.

Original PKGBUILD

My Pkgbuild

pkgname=limewire
pkgver=4.9.33
pkgrel=6
pkgdesc="A popular gnutella client"
url="http://www.limewire.com"
license="GPL"
depends=(j2re x-server unzip mplayer)
source=(http://maverick.limewire.com/download/LimeWireOther.zip)
md5sums=('1fd17c5e5409a166cf4d0d7f5199cde8')

build() {
  cd $startdir/src/LimeWire/
  mkdir -p $startdir/pkg/opt/limewire
  mkdir -p $startdir/pkg/usr/bin
  rm -f *.dll *.exe *.bat README.txt COPYNG SOURCE cygwin.ico
  cp -r * $startdir/pkg/opt/limewire/
  echo "#!/bin/sh" > $pkgname
  echo "cd /opt/$pkgname" >> $pkgname
  echo "./runLime.sh" >> $pkgname
  chmod a+rx $pkgname
  install -m 775 $pkgname $startdir/pkg/usr/bin/
}

//Updated for the latest as of October 10,2005

Offline

#2 2005-08-06 20:26:51

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [Update] Limewire 4.9.33

I get a fatal error, both with 4.9.11 & the beta 4.9.16

I've deleted the ~/.limewire directory but suspect that Limewire would prefer a previous version of Java than the current 1.5.0_03 available in Arch.

Offline

#3 2005-08-10 13:57:43

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

Re: [Update] Limewire 4.9.33

I works for me using the Java in the repo...

Offline

Board footer

Powered by FluxBB