Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 377510d2d9e6cb111383e124f753c73b571e577b authored by Benjamin Peterson on 11 June 2011, 14:50:21 UTC
update pydoc-topics
Tip revision: 377510d
python.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@
Cflags: -I${includedir}/python@VERSION@ 

back to top