tommath/libtommath.pc.in

11 lines
271 B
PkgConfig
Raw Permalink Normal View History

2017-05-09 08:25:11 -04:00
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}