2010-11-24 15:43:47 -04:00
|
|
|
# See: man pkg-config
|
2009-05-24 17:39:11 -03:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: Python
|
|
|
|
Description: Python library
|
|
|
|
Requires:
|
|
|
|
Version: @VERSION@
|
|
|
|
Libs.private: @LIBS@
|
2010-10-18 14:09:07 -03:00
|
|
|
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
|
2010-11-24 15:43:47 -04:00
|
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|