Staging
v0.5.1
https://github.com/python/cpython
Revision a1f6fab46486ec431c04fe1b0c5c68d6e26f759d authored by Benjamin Peterson on 23 March 2013, 15:17:29 UTC, committed by Benjamin Peterson on 23 March 2013, 15:17:29 UTC
1 parent 43cb4b7
Raw File
Tip revision: a1f6fab46486ec431c04fe1b0c5c68d6e26f759d authored by Benjamin Peterson on 23 March 2013, 15:17:29 UTC
version to 2.7.4rc1
Tip revision: a1f6fab
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