10041e99a0
Merge commit 'e63540eed295749528548c2e3a90f5a6e57275c8'
9 lines
202 B
PkgConfig
9 lines
202 B
PkgConfig
includedir=%%INCLUDEDIR%%
|
|
libdir=%%LIBDIR%%
|
|
|
|
Name: bcl
|
|
Description: Implemention of arbitrary-precision math from the bc calculator.
|
|
Version: %%VERSION%%
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lbcl
|