1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
###########################################################################
# libssh2 installation details
###########################################################################
prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libssh2
URL: http://www.libssh2.org/
Description: Library for SSH-based communication
Version: 1.4.3
Requires.private: libssl,libcrypto
Libs: -L${libdir} -lssh2 -lws2_32
Libs.private: -lws2_32
Cflags: -I${includedir}
|