contrib/deluge/Pkgfile

28 lines
770 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/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
# Depends on: librsvg libtorrent-rasterbar pygtk pyopenssl python2-chardet pyxdg twisted intltool mako
2011-04-10 15:28:59 +02:00
name=deluge
2012-04-14 15:17:32 +02:00
version=1.3.5
release=3
source=(http://download.deluge-torrent.org/source/$name-$version.tar.lzma
fs31433.patch
issue2169.patch)
2011-04-10 15:28:59 +02:00
build() {
cd $name-$version
# Fix moving to storage
patch -p 1 -i $SRC/fs31433.patch
# Fix download location bug
patch -p 1 -i $SRC/issue2169.patch
OS='linux' python setup.py build
2011-04-10 15:28:59 +02:00
python setup.py install --root=$PKG install
2011-05-12 16:15:05 +02:00
install -d $PKG/usr/man
mv $PKG/usr/share/man $PKG/usr/
2011-04-10 15:28:59 +02:00
}