mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
8 lines
202 B
PkgConfig
8 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
|