| # See: man pkg-config | |
| prefix=/root/envs/janus | |
| exec_prefix=${prefix} | |
| libdir=${exec_prefix}/lib | |
| includedir=${prefix}/include | |
| Name: Python | |
| Description: Embed Python into an application | |
| Requires: | |
| Version: 3.10 | |
| Libs.private: -lcrypt -lpthread -ldl -lutil -lm | |
| Libs: -L${libdir} -lpython3.10 | |
| Cflags: -I${includedir}/python3.10 | |