14 lines
313 B
PkgConfig
14 lines
313 B
PkgConfig
|
|
# See: man pkg-config
|
||
|
|
prefix=/tmpfs/src/git/out/python3/install
|
||
|
|
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
|