easyconfigs-it4i/j/jbigkit/jbigkit-2.1-GCCcore-14.2.0.eb
Lukas Krupcik fdd72d4f6f new file: b/Brotli/Brotli-1.1.0-GCCcore-14.2.0.eb
new file:   e/Emacs/Emacs-29.4-GCCcore-12.2.0.eb
	new file:   e/Emacs/Emacs-29.4-GCCcore-14.2.0.eb
	new file:   f/fontconfig/fontconfig-2.15.0-GCCcore-14.2.0.eb
	new file:   f/freetype/freetype-2.13.2-GCCcore-14.2.0.eb
	new file:   g/GTK3/GTK3-3.24.42-GCCcore-14.2.0.eb
	new file:   g/gettext/gettext-0.22.5-GCCcore-14.2.0.eb
	new file:   g/gperf/gperf-3.1-GCCcore-14.2.0.eb
	new file:   i/intltool/intltool-0.51.0-GCCcore-14.2.0.eb
	new file:   j/jbigkit/jbigkit-2.1-GCCcore-14.2.0.eb
	new file:   l/LibTIFF/LibTIFF-4.7.0-GCCcore-14.2.0.eb
	new file:   l/libdeflate/libdeflate-1.20-GCCcore-14.2.0.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-3.0.1-GCCcore-14.2.0.eb
	new file:   l/libpng/libpng-1.6.45-GCCcore-14.2.0.eb
	new file:   n/NASM/NASM-2.16.03-GCCcore-14.2.0.eb
	new file:   p/Python/Python-3.13.1-GCCcore-12.2.0.eb
	new file:   u/util-linux/util-linux-2.40-GCCcore-14.2.0.eb
	new file:   x/X11/X11-20240607-GCCcore-14.2.0.eb
2025-01-28 16:24:47 +01:00

49 lines
1.5 KiB
Plaintext

# IT4Innovations
# LK 2025
easyblock = 'MakeCp'
name = 'jbigkit'
version = '2.1'
homepage = 'https://www.cl.cam.ac.uk/~mgk25/jbigkit/'
description = """JBIG-KIT is a software implementation of the JBIG1 data
compression standard (ITU-T T.82), which was designed for bi-level image
data, such as scanned documents."""
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
toolchainopts = {'pic': True}
source_urls = ['https://www.cl.cam.ac.uk/~mgk25/jbigkit/download']
sources = [SOURCE_TAR_GZ]
patches = [
'%(name)s-%(version)s_libpath.patch',
'%(name)s-%(version)s_shlib.patch',
]
checksums = [
{'jbigkit-2.1.tar.gz': 'de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932'},
{'jbigkit-2.1_libpath.patch': '97c88956090097b484fcdb90e12eab82212e67ddc862f035d7c6446a696786ce'},
{'jbigkit-2.1_shlib.patch': '54ae429e8ec949eceee0f902b676f572f1cdfbff46f77c7222acdeafb643a696'},
]
builddependencies = [
('binutils', '2.42'),
('pkgconf', '2.2.0'),
]
files_to_copy = [
(['libjbig/libjbig%s.%s' % (x, y) for x in ['85', ''] for y in ['a', SHLIB_EXT, SHLIB_EXT + '.0']], 'lib'),
(['libjbig/jbig85.h', 'libjbig/jbig.h', 'libjbig/jbig_ar.h'], 'include'),
(['pbmtools/pbmtojbg', 'pbmtools/jbgtopbm'], 'bin'),
]
sanity_check_paths = {
'files': ['lib/libjbig85.a', 'lib/libjbig.a',
'bin/pbmtojbg', 'bin/jbgtopbm',
'include/jbig.h', 'include/jbig_ar.h',
],
'dirs': ['bin', 'include', 'lib']
}
moduleclass = 'vis'