contrib/deluge/Pkgfile

17 lines
538 B
Plaintext
Raw Normal View History

2011-04-10 15:28:59 +02:00
# Description: A bittorrent client based on Python and GTK.
2020-06-01 17:45:48 +02:00
# URL: https://deluge-torrent.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: librsvg libtorrent-rasterbar python-chardet python-pyopenssl python-pyxdg python-twisted python3-pyxdg
2011-04-10 15:28:59 +02:00
name=deluge
2019-07-28 05:23:03 +02:00
version=2.0.3
release=1
source=(https://ftp.osuosl.org/pub/deluge/source/${version%.*}/$name-$version.tar.xz)
2011-04-10 15:28:59 +02:00
build() {
cd $name-$version
2019-07-28 05:23:03 +02:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
2011-04-10 15:28:59 +02:00
}