# IT4Innovations 2020 easyblock = 'ConfigureMake' name = 'pixman' version = '0.38.4' homepage = 'http://www.pixman.org/' description = """Pixman is a low-level software library for pixel manipulation, providing features such as image local_compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server.""" toolchain = SYSTEM source_urls = ['http://cairographics.org/releases/'] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/libpixman-1.%s' % SHLIB_EXT], 'dirs': [] } moduleclass = 'vis'