mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:51:06 +01:00
12 lines
234 B
PkgConfig
12 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}/
|