From 801f2d800dbf6ce9e5cbe128d5b6cb3c2df81669 Mon Sep 17 00:00:00 2001 From: cvh Date: Fri, 11 May 2018 23:22:42 +0200 Subject: [PATCH] libssh2: initial package --- .../depends/libssh2/package.mk | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/addons/addon-depends/system-tools-depends/depends/libssh2/package.mk diff --git a/packages/addons/addon-depends/system-tools-depends/depends/libssh2/package.mk b/packages/addons/addon-depends/system-tools-depends/depends/libssh2/package.mk new file mode 100644 index 0000000000..c6337b6ab7 --- /dev/null +++ b/packages/addons/addon-depends/system-tools-depends/depends/libssh2/package.mk @@ -0,0 +1,31 @@ +################################################################################ +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2018-present Team LibreELEC +# +# LibreELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# LibreELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LibreELEC. If not, see . +################################################################################ + +PKG_NAME="libssh2" +PKG_VERSION="1.8.0" +PKG_SHA256="39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4" +PKG_ARCH="any" +PKG_LICENSE="BSD" +PKG_SITE="https://www.libssh2.org" +PKG_URL="https://www.libssh2.org/download/libssh2-$PKG_VERSION.tar.gz" +PKG_DEPENDS_TARGET="toolchain openssl" +PKG_SECTION="libs" +PKG_LONGDESC="A library implementing the SSH2 protocol" + +PKG_CMAKE_OPTS_TARGET="-DBUILD_EXAMPLES=OFF \ + -DBUILD_TESTING=OFF"