xcb-proto-1.11-intel-2017.02.eb 724 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'xcb-proto'
  3. version = '1.11'
  4. homepage = 'http://xcb.freedesktop.org/'
  5. description = """The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint,
  6. latency hiding, direct access to the protocol, improved threading support, and extensibility."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. source_urls = ['http://xcb.freedesktop.org/dist/']
  9. sources = [SOURCELOWER_TAR_GZ]
  10. python = 'Python'
  11. pyver = '2.7.13'
  12. dependencies = [(python, pyver)]
  13. pyshortver = '.'.join(pyver.split('.')[0:2])
  14. sanity_check_paths = {
  15. 'files': ['lib/pkgconfig/xcb-proto.pc'],
  16. 'dirs': ['lib/python%s/site-packages/xcbgen' % pyshortver]
  17. }
  18. moduleclass = 'devel'