Browse Source

libssh2: add licensing information

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
lilik-openwrt-22.03
Jiri Slachta 10 years ago
parent
commit
f2d0e23959
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libs/libssh2/Makefile

+ 4
- 1
libs/libssh2/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libssh2
PKG_VERSION:=1.4.3
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.libssh2.org/download
@ -17,6 +17,9 @@ PKG_MD5SUM:=071004c60c5d6f90354ad1b701013a0b
PKG_INSTALL:=1
PKG_LICENSE:=BSD
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
define Package/libssh2


Loading…
Cancel
Save