mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
This is writes pkg-config/deltachat.pc file in the target directory, using the PREFIX environment variable at build time. If this is undefined at build time /usr/local is used.
12 lines
225 B
PkgConfig
12 lines
225 B
PkgConfig
prefix={prefix}
|
|
libdir=${{prefix}}/lib
|
|
includedir=${{prefix}}/include
|
|
|
|
Name: {name}
|
|
Description: {description}
|
|
URL: {url}
|
|
Version: {version}
|
|
Cflags: -I${{includedir}}
|
|
Libs: -L${{libdir}} -ldeltachat
|
|
Libs.private: {libs_priv}
|