2014-12-05 05:37:22 +01:00
|
|
|
#libtls pkg-config source file
|
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: LibreSSL-libtls
|
|
|
|
Description: Secure communications using the TLS socket protocol.
|
2014-12-11 14:51:38 +01:00
|
|
|
Version: @LIBTLS_VERSION@
|
2014-12-05 05:37:22 +01:00
|
|
|
Requires:
|
|
|
|
Requires.private: libcrypto libssl
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -ltls
|
|
|
|
Libs.private: @LIBS@ -lcrypto -lssl
|
|
|
|
Cflags: -I${includedir}
|