blob: 08481a95806fc52c58f1fd054d55b7791f2e8614 [file] [log] [blame]
Antoine Pitrouf2caeed2009-05-24 20:23:57 +00001prefix=@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