From: Gustavo Zacarias Date: Fri, 28 Jun 2013 13:41:00 +0000 (-0300) Subject: ctorrent: define license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8945ba9814a6378e0b575bc867a6e12be6ac1eb;p=buildroot.git ctorrent: define license Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/ctorrent/ctorrent.mk b/package/ctorrent/ctorrent.mk index aebf123141..65e327eb88 100644 --- a/package/ctorrent/ctorrent.mk +++ b/package/ctorrent/ctorrent.mk @@ -7,6 +7,8 @@ CTORRENT_VERSION = dnh3.3.2 CTORRENT_SOURCE = ctorrent-$(CTORRENT_VERSION).tar.gz CTORRENT_SITE = http://www.rahul.net/dholmes/ctorrent/ +CTORRENT_LICENSE = GPLv2 +CTORRENT_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_OPENSSL),y) CTORRENT_CONF_OPT+=--with-ssl=yes