forked from ports/contrib
17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
# Description: A bittorrent client based on Python and GTK.
|
|
# URL: https://deluge-torrent.org/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Depends on: librsvg libtorrent-rasterbar python-chardet python-pyopenssl python-pyxdg python-twisted python3-pyxdg
|
|
|
|
name=deluge
|
|
version=2.0.3
|
|
release=1
|
|
source=(https://ftp.osuosl.org/pub/deluge/source/${version%.*}/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
/usr/bin/python setup.py build
|
|
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
|
|
}
|