blob: 23b933a1ddeeb996d29faa72d7100a166fc4f5c3 [file] [log] [blame]
Antoine Pitrou20327222009-05-24 20:39:11 +00001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Python
7Description: Python library
8Requires:
9Version: @VERSION@
10Libs.private: @LIBS@
Barry Warsawf040d7d2010-10-18 17:09:07 +000011Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Antoine Pitrou20327222009-05-24 20:39:11 +000012Cflags: -I${includedir}/python@VERSION@
13