summaryrefslogtreecommitdiff
path: root/deluge/Pkgfile
blob: a98670e8f41321ba2823c5e33f3c781bb1d0740d (plain)
    1 # Description: A bittorrent client based on Python and GTK.
    2 # URL: https://www.deluge-torrent.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: librsvg libtorrent-rasterbar python-chardet python-pyopenssl python-pyxdg python-twisted python3-pyxdg
    5 
    6 name=deluge
    7 version=2.0.3
    8 release=1
    9 source=(https://ftp.osuosl.org/pub/deluge/source/${version%.*}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	/usr/bin/python setup.py build
   15 	/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
   16 }

Generated by cgit