| Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ | ||||
| 3 | libdir=@libdir@ | ||||
| 4 | includedir=@includedir@ | ||||
| 5 | |||||
| 6 | Name: Python | ||||
| 7 | Description: Python library | ||||
| 8 | Requires: | ||||
| 9 | Version: @VERSION@ | ||||
| 10 | Libs.private: @LIBS@ | ||||
| Barry Warsaw | f040d7d | 2010-10-18 17:09:07 +0000 | [diff] [blame] | 11 | Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ |
| Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 12 | Cflags: -I${includedir}/python@VERSION@ |
| 13 | |||||