Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d415cb77bb775b2e6a4bbc93c47d64744bc5e400
commit d415cb77bb775b2e6a4bbc93c47d64744bc5e400 Author: Cedynamix <[email protected]> Date: Wed Jan 6 01:13:18 2010 +0100 limewire-5.4.6-1-i686 * Version bump * change maintainer BMH1980 --> Cedynamix diff --git a/source/xapps-extra/limewire/FrugalBuild b/source/xapps-extra/limewire/FrugalBuild index 9dad5d6..df62d29 100644 --- a/source/xapps-extra/limewire/FrugalBuild +++ b/source/xapps-extra/limewire/FrugalBuild @@ -1,31 +1,30 @@ # Compiling Time: 0 SBU -# Maintainer: BMH1980 <[email protected]> +# Maintainer: Cedrick Hannier alias Cedynamix <[email protected]> pkgname=limewire -pkgver=4.12.11 +pkgver=5.4.6 pkgrel=1 pkgdesc="LimeWire is the Flagship Client on the Gnutella Network" url="http://www.limewire.org/" -license="GPL 2" -up2date="lynx -dump http://www.limewire.com/english/scripts/scripts.js|grep version|grep -o '[0-9\.]\+[0-9]'" -source=(http://maverick.limewire.com/download/LimeWireLinux.rpm) +license="GPL" +_F_archive_name="LimeWireOther" +up2date="lynx -dump http://www.limewire.com/en |grep version|grep -o '[0-9\.]\+[0-9]'" +source=(http://www10.limewire.com/download/$_F_archive_name.zip limewire.png) groups=('xapps-extra') archs=('i686' 'x86_64') rodepends=('j2re') -makedepends=('rpm' 'cpio') +sha1sums=('3314e4356301cde12bf32e62787c807a4e4c8440' \ + '58ff2ee7b93cfcbff816d1c1e2b230cc30e4e302') +_F_desktop_categories="Network;FileTransfer;P2P;" +_F_desktop_icon="/usr/share/pixmaps/$pkgname.png" +_F_desktop_exec="/usr/share/LimeWire/runLime.sh" -build() -{ - rpmver="`rpm -q --queryformat=%{version} -p $Fsrcdir/LimeWireLinux.rpm`" - [ "$pkgver" == "$rpmver" ] || Fdie - unset rpmver - Fmkdir /usr/bin - Fmkdir /usr/lib/{LimeWire/root/magnet10,menu} - Fmkdir /usr/share/{applications,pixmaps} - Fmkdir /usr/share/icons/hicolor/{16x16,32x32,48x48}/apps - rpm2cpio LimeWireLinux.rpm > LimeWireLinux.cpio || Fdie - ( cd $Fdestdir && cpio -i < $Fsrcdir/LimeWireLinux.cpio ) || Fdie - Frm /usr/lib/menu - chown -R root:root $Fdestdir/* || Fdie +build() { + cd LimeWire + Fmkdir /usr/share + Fcp /LimeWire /usr/share + Ficon $pkgname.png + Fdesktop2 } -sha1sums=('644eef691bdd9804f3c97b2cba3e2d1441c2ec79') + + diff --git a/source/xapps-extra/limewire/limewire.png b/source/xapps-extra/limewire/limewire.png new file mode 100644 index 0000000..0f7a9f5 Binary files /dev/null and b/source/xapps-extra/limewire/limewire.png differ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
