File size: 295 Bytes
8079b12 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# See: man pkg-config
prefix=/root/envs/janus
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Build a C extension for Python
Requires:
Version: 3.10
Libs.private: -lcrypt -lpthread -ldl -lutil -lm
Libs:
Cflags: -I${includedir}/python3.10
|