2010-11-24 19:43:47 +00:00
|
|
|
# See: man pkg-config
|
2009-05-24 20:39:11 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: Python
|
2019-05-23 03:30:23 +02:00
|
|
|
Description: Build a C extension for Python
|
|
|
|
Requires:
|
2009-05-24 20:39:11 +00:00
|
|
|
Version: @VERSION@
|
|
|
|
Libs.private: @LIBS@
|
2024-08-08 23:00:55 +01:00
|
|
|
Libs: -L${libdir} @LIBPYTHON@
|
2010-11-24 19:43:47 +00:00
|
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|