mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
11 lines
234 B
PkgConfig
11 lines
234 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: LibUCL
|
|
Description: Universal configuration library
|
|
Version: 0.9.0
|
|
Libs: -L${libdir} -lucl
|
|
Libs.private:
|
|
Cflags: -I${includedir}/
|