# Description: A bittorrent client based on Python and GTK. # URL: http://deluge-torrent.org/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: libglade pygtk pyxdg dbus-python boost-1.35 name=deluge version=0.5.9.4 release=1 up2date="lynx -dump 'http://download.deluge-torrent.org/source/?C=M;O=D' |grep 'source/[0-9.]' |grep '0.5' |grep -v '/1.' |sed -ne 's/.*source\/\(.*\)\//\1/' -e '1 p'" source=(http://download.deluge-torrent.org/source/$version/deluge-$version.tar.gz) build() { cd deluge-torrent-$version ARCH='x86' OS='linux' python setup.py build python setup.py install --root=$PKG install find $PKG/ -type f -iname '*.egg-info' -delete rm -r $PKG/usr/share/locale }