mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
20 lines
425 B
Plaintext
20 lines
425 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xbitmaps'
|
|
version = '1.1.1'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """provides bitmaps for x"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://xorg.freedesktop.org/archive/individual/data/']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/X11/bitmaps/gray'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'devel'
|