milis/talimatname/genel/d/deluge/talimat

20 lines
535 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Python ve GTK tabanlı bittorrent istemcisi.
2016-06-02 03:54:02 +03:00
# URL: http://deluge-torrent.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: librsvg libtorrent-rasterbar python-gtk python-openssl python-chardet python-xdg python-twisted intltool python-mako
2016-06-02 03:54:02 +03:00
2017-10-28 15:10:23 +03:00
isim=deluge
surum=1.3.12
devir=1
kaynak=(http://download.deluge-torrent.org/source/$isim-$surum.tar.lzma)
2016-06-02 03:54:02 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-06-02 03:54:02 +03:00
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/
}