Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 33b2d786e704b1e929fef8aeab9ab840ce840a07 authored by Benjamin Peterson on 03 December 2016, 20:38:47 UTC
python 2.7.13rc1
Tip revision: 33b2d78
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