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
|
2015-08-20 01:48:01 +02:00
|
|
|
Version: @VERSION@
|
2014-07-12 10:34:08 +02:00
|
|
|
Requires:
|
|
|
|
Conflicts:
|
|
|
|
Libs: -L${libdir} -lcrypto
|
2015-08-27 20:54:29 +02:00
|
|
|
Libs.private: @LIBS@ @PLATFORM_LDADD@
|
2014-07-12 10:34:08 +02:00
|
|
|
Cflags: -I${includedir}
|