Browse Source

lftp: add PKG_LICENSE SPDX information

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
77a1e5cc46
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      net/lftp/Makefile

+ 3
- 0
net/lftp/Makefile View File

@@ -14,6 +14,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14 14
 PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old
15 15
 PKG_MD5SUM:=e58fc886e3d7c6d994de5ce51de46087
16 16
 
17
+PKG_LICENSE:=GPL-3.0+
18
+PKG_LICENSE_FILES:=COPYING
19
+
17 20
 include $(INCLUDE_DIR)/uclibc++.mk
18 21
 include $(INCLUDE_DIR)/package.mk
19 22