contrib/deluge/Pkgfile

25 lines
665 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: python-chardet librsvg libtorrent-rasterbar mako pygtk pyopenssl pyxdg python-twisted
2011-04-10 15:28:59 +02:00
name=deluge
2017-06-10 05:56:32 +02:00
version=1.3.15
release=2
source=(http://download.deluge-torrent.org/source/$name-$version.tar.xz
3064.patch
3079.patch)
2011-04-10 15:28:59 +02:00
build() {
cd $name-$version
patch -p1 -i $SRC/3064.patch
patch -p1 -i $SRC/3079.patch
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
}