Home | History | Annotate | Download | only in Misc
      1 # See: man pkg-config
      2 prefix=@prefix@
      3 exec_prefix=@exec_prefix@
      4 libdir=@libdir@
      5 includedir=@includedir@
      6 
      7 Name: Python
      8 Description: Python library
      9 Requires: 
     10 Version: @VERSION@
     11 Libs.private: @LIBS@
     12 Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
     13 Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
     14