mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
565 B
Plaintext
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'
|