source: python/vendor/Python-2.7.6/Misc/python.pc.in

Last change on this file was 388, checked in by dmik, 11 years ago

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 253 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Python
7Description: Python library
8Requires:
9Version: @VERSION@
10Libs.private: @LIBS@
11Libs: -L${libdir} -lpython@VERSION@
12Cflags: -I${includedir}/python@VERSION@
13
Note: See TracBrowser for help on using the repository browser.