12 lines
374 B
PkgConfig
12 lines
374 B
PkgConfig
prefix=/home/teknari/Sync/Programming/VibeCoding/nostr_core_lib/openssl-3.4.2
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}
|
|
includedir=${prefix}/include ${prefix}/./include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Version: 3.4.2
|
|
Requires.private: libcrypto
|
|
Libs: -L${libdir} -lssl
|
|
Cflags: -I${prefix}/include -I${prefix}/./include
|