2009-09-01 09:55:25 +02:00
|
|
|
###########################################################################
|
|
|
|
# libssh2 installation details
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: libssh2
|
|
|
|
URL: http://www.libssh2.org/
|
2011-08-05 23:33:07 +02:00
|
|
|
Description: Library for SSH-based communication
|
2011-04-06 12:03:11 +02:00
|
|
|
Version: @LIBSSH2VER@
|
2012-04-23 12:33:08 +02:00
|
|
|
Requires.private: @LIBSREQUIRED@
|
2009-09-01 09:55:25 +02:00
|
|
|
Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
|
|
|
|
Libs.private: @LIBS@
|
|
|
|
Cflags: -I${includedir}
|