updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / deluge-client-svn / client-only.patch
blob5379c25da8bcce188785f359d34228c24c592306
1 --- trunk/setup.py.org 2008-10-05 17:57:10.000000000 -0400
2 +++ trunk/setup.py 2008-10-05 17:57:21.000000000 -0400
3 @@ -298,7 +298,7 @@
4 deluged = deluge.main:start_daemon
5 """,
6 ext_package = "deluge",
7 - ext_modules = [libtorrent],
8 + #ext_modules = [libtorrent],
9 fullname = "Deluge Bittorent Client",
10 include_package_data = True,
11 license = "GPLv3",