libssh2: Add package description
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 7 Feb 2012 15:20:03 +0000 (15:20 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 7 Feb 2012 15:20:03 +0000 (15:20 +0000)
SVN-Revision: 30358

libs/libssh2/Makefile

index 028e8716486eb43451462f1dadfc9eb7a66ac2bc..84a6c848b28a2508beb4b922360e1c4cd9e740fe 100644 (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