# Tanım: Python ve GTK tabanlı bittorrent istemcisi.
# URL: http://deluge-torrent.org/
# Paketçi: milisarge
# Gerekler: librsvg libtorrent-rasterbar python-gtk python-openssl python-chardet python-xdg python-twisted intltool python-mako

isim=deluge
surum=1.3.12
devir=1
kaynak=(http://download.deluge-torrent.org/source/$isim-$surum.tar.lzma)

derle() {
	cd $isim-$surum

	OS='linux' /usr/bin/python setup.py build
	/usr/bin/python2 setup.py install --root=$PKG install

	install -d $PKG/usr/man
	mv $PKG/usr/share/man $PKG/usr/
}