index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
net
/
lftp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Ian Leonard <antonlacon@gmail.com>
2014-11-25 00:11:02 -0800
committer
Ian Leonard <antonlacon@gmail.com>
2014-11-25 00:11:02 -0800
commit
77a1e5cc46d8117b1e18b046a88f0280792a68f5
(
patch
)
tree
c2232e012a5ad37ab471ed94c9f0d092132c2dd3
/
net/lftp
parent
ac7cd4c6e6cd1054edb6d9d329a480a6e011ed04
(
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/Makefile
3
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