12 lines
379 B
PkgConfig
12 lines
379 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: A library for easily parsing [OCI runtime](https://github.com/opencontainers/runtime-spec) and [OCI image](https://github.com/opencontainers/image-spec) files.
|
|
Requires: yajl
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -locispec
|
|
Cflags: -I${includedir}/ocispec
|