Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: c6f13db94ac519bfc76fe72ff1a5358f68fb641d authored by Benjamin Peterson on 21 November 2015, 21:38:35 UTC
bump to 2.7.11rc1
Tip revision: c6f13db
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