mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +01:00
21 lines
571 B
Plaintext
21 lines
571 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'pixman'
|
|
version = '0.34.0'
|
|
|
|
homepage = 'http://www.pixman.org/'
|
|
description = """Pixman is a low-level software library for pixel manipulation, providing features such as image
|
|
compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['http://cairographics.org/releases/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libpixman-1.%s' % SHLIB_EXT],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|