geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
492 B

  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}