aboutsummaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authorIan Leonard <antonlacon@gmail.com>2014-11-25 00:11:02 -0800
committerIan Leonard <antonlacon@gmail.com>2014-11-25 00:11:02 -0800
commit77a1e5cc46d8117b1e18b046a88f0280792a68f5 (patch)
treec2232e012a5ad37ab471ed94c9f0d092132c2dd3 /net/lftp
parentac7cd4c6e6cd1054edb6d9d329a480a6e011ed04 (diff)
lftp: add PKG_LICENSE SPDX information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 054d4a4dc..04e3d111d 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -14,6 +14,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old
PKG_MD5SUM:=e58fc886e3d7c6d994de5ce51de46087
+PKG_LICENSE:=GPL-3.0+
+PKG_LICENSE_FILES:=COPYING
+
include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk