[packages] libssh2: Add package description

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30358 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-02-07 15:20:03 +00:00
parent f8e256da64
commit 3a2c6b46e4

View File

@ -26,7 +26,12 @@ define Package/libssh2
DEPENDS:=+libopenssl +zlib
endef
define Package/libssh2/description
libssh2 is a client-side C library implementing the SSH2 protocol
endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += --with-libssl-prefix=$(STAGING_DIR)/usr
define Build/InstallDev