2011-04-10 23:28:59 +10:00
|
|
|
# Description: A bittorrent client based on Python and GTK.
|
2021-02-01 11:02:44 +00:00
|
|
|
# URL: https://www.deluge-torrent.org/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2022-02-05 18:16:21 +01:00
|
|
|
# Depends on: librsvg libtorrent-rasterbar python3-chardet python3-pyopenssl python3-pyxdg python3-twisted python3-pyxdg
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
name=deluge
|
2022-08-20 19:31:19 +02:00
|
|
|
version=2.1.1
|
2019-07-28 13:23:03 +10:00
|
|
|
release=1
|
|
|
|
source=(https://ftp.osuosl.org/pub/deluge/source/${version%.*}/$name-$version.tar.xz)
|
2011-04-10 23:28:59 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-12-26 16:18:49 +11:00
|
|
|
|
2022-02-05 18:16:21 +01:00
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
|
2011-04-10 23:28:59 +10:00
|
|
|
}
|