Files
heimdal/lib/hcrypto/libtommath/libtommath.pc.in
2020-04-24 11:59:54 +10:00

11 lines
271 B
PkgConfig

prefix=@to-be-replaced@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: LibTomMath
Description: public domain library for manipulating large integer numbers
Version: @to-be-replaced@
Libs: -L${libdir} -ltommath
Cflags: -I${includedir}