rtorrent: drop sigc dep & switch homepage
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 5 Oct 2015 01:04:36 +0000 (22:04 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Oct 2015 06:28:58 +0000 (08:28 +0200)
libsigc isn't used/needed any longer so drop it.
And switch to the proper homepage rather than the tarball repository.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rtorrent/Config.in
package/rtorrent/rtorrent.mk

index 77ab595b9e4e695f6083d3f780fb3bacab811b14..05831528247de3ec466a423f3c7484aebe8cd694 100644 (file)
@@ -6,14 +6,13 @@ config BR2_PACKAGE_RTORRENT
        depends on BR2_USE_MMU # fork()
        depends on BR2_ARCH_HAS_ATOMICS # libtorrent
        select BR2_PACKAGE_LIBCURL
-       select BR2_PACKAGE_LIBSIGC
        select BR2_PACKAGE_LIBTORRENT
        select BR2_PACKAGE_NCURSES
        select BR2_PACKAGE_OPENSSL
        help
          BitTorrent Client using libtorrent
 
-         http://rtorrent.net/downloads/
+         https://github.com/rakshasa/rtorrent
 
 comment "rtorrent needs a toolchain w/ C++, threads, wchar"
        depends on BR2_USE_MMU
index bedf4047b441b1e4031bd53a7b478f4e7f2c01dd..edde02ee4b5dd601854341527b1818414fe2d598 100644 (file)
@@ -6,7 +6,7 @@
 
 RTORRENT_VERSION = 0.9.6
 RTORRENT_SITE = http://rtorrent.net/downloads
-RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses
+RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
 RTORRENT_AUTORECONF = YES
 RTORRENT_LICENSE = GPLv2
 RTORRENT_LICENSE_FILES = COPYING