From f65f71a156e5ab53aaa07e2d2561a8220a5a11d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Sep 2009 09:55:25 +0200 Subject: [PATCH] first take at producing and installing a pkg-config file --- libssh2.pc.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libssh2.pc.in diff --git a/libssh2.pc.in b/libssh2.pc.in new file mode 100644 index 0000000..013e6bf --- /dev/null +++ b/libssh2.pc.in @@ -0,0 +1,16 @@ +########################################################################### +# libssh2 installation details +########################################################################### + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libssh2 +URL: http://www.libssh2.org/ +Description: Library for SSH based connunication +Version: @VERSION@ +Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@ +Libs.private: @LIBS@ +Cflags: -I${includedir}