talimat 547 B

123456789101112131415161718192021
  1. # Tanım: Python ve GTK tabanlı bittorrent istemcisi.
  2. # URL: http://deluge-torrent.org/
  3. # Paketçi: milisarge
  4. # Gerekler: librsvg libtorrent-rasterbar python-gtk python-openssl python-chardet python-xdg python-twisted intltool python-mako
  5. # Grup: ağ
  6. isim=deluge
  7. surum=1.3.12
  8. devir=1
  9. kaynak=(http://download.deluge-torrent.org/source/$isim-$surum.tar.lzma)
  10. derle() {
  11. cd $isim-$surum
  12. OS='linux' /usr/bin/python setup.py build
  13. /usr/bin/python2 setup.py install --root=$PKG install
  14. install -d $PKG/usr/man
  15. mv $PKG/usr/share/man $PKG/usr/
  16. }