LittleCMS-2.11-GCCcore-10.2.0.eb 883 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'LittleCMS'
  3. version = '2.11'
  4. homepage = 'https://www.littlecms.com/'
  5. description = """ Little CMS intends to be an OPEN SOURCE small-footprint color management engine,
  6. with special focus on accuracy and performance. """
  7. toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
  8. source_urls = ['https://sourceforge.net/projects/lcms/files/lcms/%(version)s/']
  9. sources = ['lcms2-%(version)s.tar.gz']
  10. checksums = ['dc49b9c8e4d7cdff376040571a722902b682a795bf92985a85b48854c270772e']
  11. builddependencies = [('binutils', '2.35')]
  12. dependencies = [('libjpeg-turbo', '2.0.5')]
  13. sanity_check_paths = {
  14. 'files': ['bin/jpgicc', 'bin/linkicc', 'bin/psicc', 'bin/transicc', 'include/lcms2.h', 'include/lcms2_plugin.h',
  15. 'lib/liblcms2.a', 'lib/liblcms2.%s' % SHLIB_EXT, 'lib/pkgconfig/lcms2.pc'],
  16. 'dirs': ['share/man'],
  17. }
  18. moduleclass = 'vis'