mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
525 B
Plaintext
24 lines
525 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xorg-macros'
|
|
version = '1.17'
|
|
|
|
homepage = 'http://cgit.freedesktop.org/xorg/util/macros'
|
|
description = """X.org macros utilities."""
|
|
toolchain = SYSTEM
|
|
|
|
# no slash ('/') at the end!
|
|
source_urls = ['http://cgit.freedesktop.org/xorg/util/macros/snapshot']
|
|
sources = ['util-macros-%(version)s.tar.gz']
|
|
|
|
dependencies = [('Autoconf', '2.69')]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['share/pkgconfig/xorg-macros.pc'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|