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.
|
2018-03-12 13:56:55 +11:00
|
|
|
# Depends on: python-chardet librsvg libtorrent-rasterbar mako python3-pyxdg pyopenssl pyxdg python-twisted
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
name=deluge
|
2017-06-10 13:56:32 +10:00
|
|
|
version=1.3.15
|
2018-03-12 13:56:55 +11:00
|
|
|
release=3
|
2017-09-16 18:17:45 +10:00
|
|
|
source=(http://download.deluge-torrent.org/source/$name-$version.tar.xz
|
|
|
|
3064.patch
|
|
|
|
3079.patch)
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-12-26 16:18:49 +11:00
|
|
|
|
2017-09-16 18:17:45 +10:00
|
|
|
patch -p1 -i $SRC/3064.patch
|
|
|
|
patch -p1 -i $SRC/3079.patch
|
|
|
|
|
2014-01-27 18:38:05 +11:00
|
|
|
OS='linux' /usr/bin/python setup.py build
|
2018-03-12 13:56:55 +11:00
|
|
|
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
|
2011-04-10 23:28:59 +10:00
|
|
|
}
|