2014-07-12 03:34:08 -05: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 07:51:38 -06:00
|
|
|
Version: @LIBCRYPTO_VERSION@
|
2014-07-12 03:34:08 -05:00
|
|
|
Requires:
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -lcrypto
|
|
|
|
Libs.private: @LIBS@
|
|
|
|
Cflags: -I${includedir}
|