mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
14 lines
335 B
PkgConfig
14 lines
335 B
PkgConfig
prefix=@PREFIX@
|
|
install_libdir=@LIBDIR@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/${install_libdir}
|
|
includedir=${prefix}/include
|
|
pkgincludedir=${includedir}/hiredict
|
|
|
|
Name: hiredict_ssl
|
|
Description: SSL Support for hiredict.
|
|
Version: @PROJECT_VERSION@
|
|
Requires: hiredict
|
|
Libs: -L${libdir} -lhiredict_ssl
|
|
Libs.private: -lssl -lcrypto
|