network/deluge: Fixed dep information
This commit is contained in:
parent
134da1d606
commit
8a390ffbde
|
@ -1,6 +1,3 @@
|
|||
Deluge is a bittorrent client for Linux and other Unix-Like operating
|
||||
systems. Deluge was created because of the lack of a good, native, GTK based
|
||||
torrent solution for Linux.
|
||||
|
||||
This requires libtorrent-rasterbar, pyxdg, pysetuptools, python-twisted,
|
||||
zope.interface, pyOpenSSL, chardet, and Mako.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.3.3.tar.bz2"
|
|||
MD5SUM="4027c60bb5d1c5da61e97a47e62ab1ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Mako libtorrent-rasterbar pyOpenSSL pysetuptools python-twisted pyxdg"
|
||||
REQUIRES="Mako libtorrent-rasterbar pyOpenSSL python-twisted pyxdg"
|
||||
MAINTAINER="Marco Bonetti"
|
||||
EMAIL="sid77@slackware.it"
|
||||
|
|
Loading…
Reference in New Issue