2011-04-10 23:28:59 +10:00
|
|
|
# Description: A bittorrent client based on Python and GTK.
|
|
|
|
# URL: http://deluge-torrent.org/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2011-04-10 23:28:59 +10:00
|
|
|
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
|
2015-06-04 23:07:23 +10:00
|
|
|
# Depends on: librsvg libtorrent-rasterbar pygtk pyopenssl chardet pyxdg twisted intltool mako
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
name=deluge
|
2017-06-10 13:56:32 +10:00
|
|
|
version=1.3.15
|
2014-10-05 22:23:32 +11:00
|
|
|
release=1
|
2017-06-10 13:56:32 +10:00
|
|
|
source=(http://download.deluge-torrent.org/source/$name-$version.tar.xz)
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-12-26 16:18:49 +11:00
|
|
|
|
2014-01-27 18:38:05 +11:00
|
|
|
OS='linux' /usr/bin/python setup.py build
|
|
|
|
/usr/bin/python setup.py install --root=$PKG install
|
2011-04-11 12:57:16 +10:00
|
|
|
|
2011-05-13 00:15:05 +10:00
|
|
|
install -d $PKG/usr/man
|
2011-04-10 23:28:59 +10:00
|
|
|
}
|