Olivier Deprez | f4ef2d0 | 2021-04-20 13:36:24 +0200 | [diff] [blame] | 1 | # See: man pkg-config |
2 | prefix=/tmpfs/src/out/install | ||||
3 | exec_prefix=${prefix} | ||||
4 | libdir=${exec_prefix}/lib | ||||
5 | includedir=${prefix}/include | ||||
6 | |||||
7 | Name: Python | ||||
8 | Description: Embed Python into an application | ||||
9 | Requires: | ||||
10 | Version: 3.9 | ||||
11 | Libs.private: -lcrypt -lpthread -ldl -lutil -lm | ||||
12 | Libs: -L${libdir} -lpython3.9 | ||||
13 | Cflags: -I${includedir}/python3.9 |