12345678910111213141516171819202122 |
- easyblock = 'ConfigureMake'
- name = 'xorg-macros'
- version = '1.19.0'
- homepage = 'http://cgit.freedesktop.org/xorg/util/macros'
- description = """X.org macros utilities."""
- toolchain = {'name': 'intel', 'version': '2017.02'}
- source_urls = ['http://cgit.freedesktop.org/xorg/util/macros/snapshot'] # no slash ('/') at the end!
- sources = ['util-macros-%(version)s.tar.gz']
- builddependencies = [('Autotools', '20150215')]
- preconfigopts = './autogen.sh && '
- sanity_check_paths = {
- 'files': ['share/pkgconfig/xorg-macros.pc'],
- 'dirs': [],
- }
- moduleclass = 'devel'
|