From 1cdf2e2c8aba5b396e75453e921a2a2d84b1a73e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Apr 2014 15:01:38 +0200 Subject: update mc, enable ssh2 support --- package/libssh2/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package/libssh2/Makefile (limited to 'package/libssh2/Makefile') diff --git a/package/libssh2/Makefile b/package/libssh2/Makefile new file mode 100644 index 000000000..d0b8b7fe7 --- /dev/null +++ b/package/libssh2/Makefile @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= libssh2 +PKG_VERSION:= 1.4.3 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 071004c60c5d6f90354ad1b701013a0b +PKG_DESCR:= client-side C library implementing SSH2 protocol +PKG_SECTION:= libs +PKG_URL:= http://www.libssh2.org/ +PKG_SITES:= http://www.libssh2.org/download/ +PKG_OPTS:= dev + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBSSH2,libssh2,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +libssh2-install: + $(INSTALL_DIR) $(IDIR_LIBSSH2)/usr/lib + $(CP) $(WRKINST)/usr/lib/libssh2*.so* \ + $(IDIR_LIBSSH2)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3