Staging
v0.5.1
https://github.com/python/cpython
Revision da3f4ae34b3fc88621b83fcfe5554b878806648e authored by Éric Araujo on 09 August 2011, 16:01:38 UTC, committed by Éric Araujo on 09 August 2011, 16:01:38 UTC
2 parent s bdbdfb1 + 54a1d05
Raw File
Tip revision: da3f4ae34b3fc88621b83fcfe5554b878806648e authored by Éric Araujo on 09 August 2011, 16:01:38 UTC
Branch merge
Tip revision: da3f4ae
python.pc.in
# See: man pkg-config
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@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top