2014-07-12 10:34:08 +02:00
|
|
|
#libcrypto pkg-config source file
|
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: LibreSSL-libssl
|
|
|
|
Description: Secure Sockets Layer and cryptography libraries
|
2014-12-11 14:51:38 +01:00
|
|
|
Version: @LIBCRYPTO_VERSION@
|
2014-07-12 10:34:08 +02:00
|
|
|
Requires:
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -lcrypto
|
|
|
|
Libs.private: @LIBS@
|
|
|
|
Cflags: -I${includedir}
|