easyconfigs-it4i/j/JasPer/JasPer-1.900.1.eb
2019-11-06 13:27:39 +01:00

22 lines
565 B
Plaintext

easyblock = 'ConfigureMake'
name = 'JasPer'
version = '1.900.1'
homepage = 'http://www.ece.uvic.ca/~frodo/jasper/'
description = """The JasPer Project is an open-source initiative to provide a free
software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard."""
toolchain = SYSTEM
toolchainopts = {'pic': True}
sources = [SOURCELOWER_ZIP]
source_urls = ['http://www.ece.uvic.ca/~frodo/jasper/software/']
sanity_check_paths = {
'files': ["bin/jasper", "lib/libjasper.a"],
'dirs': ["include"],
}
moduleclass = 'vis'