14 lines
298 B
PkgConfig
Executable File
14 lines
298 B
PkgConfig
Executable File
# See: man pkg-config
|
|
prefix=/install
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Python
|
|
Description: Build a C extension for Python
|
|
Requires:
|
|
Version: 3.8
|
|
Libs.private: -lcrypt -lpthread -ldl -lutil -lm
|
|
Libs:
|
|
Cflags: -I${includedir}/python3.8
|