mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
11 lines
260 B
PkgConfig
11 lines
260 B
PkgConfig
|
prefix=@to-be-replaced@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: LibTomCrypt
|
||
|
Description: public domain open source cryptographic toolkit
|
||
|
Version: @to-be-replaced@
|
||
|
Libs: -L${libdir} -ltomcrypt
|
||
|
Cflags: -I${includedir}
|