libssh2.pc.in 492 B

1234567891011121314151617
  1. ###########################################################################
  2. # libssh2 installation details
  3. ###########################################################################
  4. prefix=@prefix@
  5. exec_prefix=@exec_prefix@
  6. libdir=@libdir@
  7. includedir=@includedir@
  8. Name: libssh2
  9. URL: https://www.libssh2.org/
  10. Description: Library for SSH-based communication
  11. Version: @LIBSSH2VER@
  12. Requires.private: @LIBSREQUIRED@
  13. Libs: -L${libdir} -lssh2 @LIBS@
  14. Libs.private: @LIBS@
  15. Cflags: -I${includedir}