contrib/deluge/Pkgfile

20 lines
575 B
Plaintext
Raw Normal View History

2011-04-10 15:28:59 +02:00
# Description: A bittorrent client based on Python and GTK.
# URL: http://deluge-torrent.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2011-04-10 15:28:59 +02:00
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
# Depends on: librsvg libtorrent-rasterbar pygtk pyopenssl chardet pyxdg twisted intltool mako
2011-04-10 15:28:59 +02:00
name=deluge
2017-06-10 05:56:32 +02:00
version=1.3.15
2014-10-05 13:23:32 +02:00
release=1
2017-06-10 05:56:32 +02:00
source=(http://download.deluge-torrent.org/source/$name-$version.tar.xz)
2011-04-10 15:28:59 +02:00
build() {
cd $name-$version
OS='linux' /usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG install
2011-05-12 16:15:05 +02:00
install -d $PKG/usr/man
2011-04-10 15:28:59 +02:00
}