You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
268 B

  1. # See: man pkg-config
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: Python
  7. Description: Build a C extension for Python
  8. Requires:
  9. Version: @VERSION@
  10. Libs.private: @LIBS@
  11. Libs:
  12. Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@