mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
10 lines
271 B
PkgConfig
10 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}
|