Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # See: man pkg-config
  2. prefix=/package/host/localhost/python-3.3.0
  3. exec_prefix=${prefix}
  4. libdir=${exec_prefix}/lib
  5. includedir=${prefix}/include
  6.  
  7. Name: Python
  8. Description: Python library
  9. Requires:
  10. Version: 3.3
  11. Libs.private: -lpthread -ldl -lutil
  12. Libs: -L${libdir} -lpython3.3m
  13. Cflags: -I${includedir}/python3.3m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement