2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Python ve GTK tabanlı bittorrent istemcisi.
|
2016-06-02 02:54:02 +02:00
|
|
|
|
# URL: http://deluge-torrent.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: librsvg libtorrent-rasterbar python-gtk python-openssl python-chardet python-xdg python-twisted intltool python-mako
|
2016-06-02 02:54:02 +02:00
|
|
|
|
|
|
|
|
|
name=deluge
|
|
|
|
|
version=1.3.12
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://download.deluge-torrent.org/source/$name-$version.tar.lzma)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-06-02 02:54:02 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
|
|
OS='linux' /usr/bin/python setup.py build
|
|
|
|
|
/usr/bin/python2 setup.py install --root=$PKG install
|
|
|
|
|
|
|
|
|
|
install -d $PKG/usr/man
|
|
|
|
|
mv $PKG/usr/share/man $PKG/usr/
|
|
|
|
|
}
|