Staging
v0.5.1
https://github.com/python/cpython
Revision 95805109583c8f1fc358f5f9c82098040b0bfa9e authored by Benjamin Peterson on 05 November 2014, 16:27:14 UTC, committed by Benjamin Peterson on 05 November 2014, 16:27:14 UTC
1 parent 57b00ed
Raw File
Tip revision: 95805109583c8f1fc358f5f9c82098040b0bfa9e authored by Benjamin Peterson on 05 November 2014, 16:27:14 UTC
use pythontest.net for url fragment test
Tip revision: 9580510
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