easyconfigs-it4i/p/pixman/pixman-0.34.0.eb

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'