Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=609ea089e718de5e8dbf5a3e51d29d676b637907
commit 609ea089e718de5e8dbf5a3e51d29d676b637907 Author: crazy <[EMAIL PROTECTED]> Date: Sun Dec 9 13:35:45 2007 +0100 deluge-0.5.7.1-1-i686 * Version bump * fixed up2date * fixed depends() * removed the patch . not needed anymore diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index 7acac35..0aff307 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -3,29 +3,29 @@ # Contributor: Artur Grunau <[EMAIL PROTECTED]> pkgname=deluge -pkgver=0.5.6.2 +pkgver=0.5.7.1 pkgrel=1 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" -depends=('pygtk' 'pyxdg' 'boost' 'notify-python' 'notification-daemon') +depends=('pygtk' 'pyxdg' 'libboost-mt>=1.34.1' 'notify-python' 'notification-daemon') +makedepends=('boost>=1.34.1') groups=('gnome-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url/downloads-source | grep -m1 tar.gz | Flasttar" -source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz \ - $pkgname-$pkgver-boostmt.diff) +options=('scriptlet') +up2date="lynx -dump http://deluge-torrent.org/|grep 'Released'|sed -e 's/.*ge \(.*\) R.*/\1/'" +source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz) _F_gnome_iconcache=y +_F_cd_path="deluge-torrent-$pkgver" Finclude gnome-scriptlet -sha1sums=('f7e48045f4a6d1b9d9327c414c0a3b576f882c0b' \ - '7447f2895af447c2ed02d41c7bf96291cc2833fd') +sha1sums=('1fdbc0d3028f57ac23f6861f690d9701e0ebe7a6') build() { Fcd - Fpatchall Fsed 'PREFIX = /usr/local' 'PREFIX = /usr' Makefile Fsed '--prefix=$(PREFIX)' '--prefix=$(PREFIX) --root=$(DESTDIR)' Makefile make || Fdie - make DESTDIR=$Fdestdir install + make DESTDIR=$Fdestdir install || Fdie Fbuild_gnome_scriptlet } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
