contrib/deluge/Pkgfile

18 lines
572 B
Plaintext
Raw Normal View History

# Description: A bittorrent client based on Python and GTK
2021-02-01 12:02:44 +01:00
# URL: https://www.deluge-torrent.org/
# Maintainer: unmaintained
# Depends on: librsvg libtorrent-rasterbar python3-chardet python3-mako python3-pyasn1 python3-pyopenssl python3-pyxdg python3-twisted
# Missing ports: python3-rencode
2011-04-10 15:28:59 +02:00
name=deluge
2022-08-20 19:31:19 +02:00
version=2.1.1
2019-07-28 05:23:03 +02:00
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
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
2011-04-10 15:28:59 +02:00
}