easyconfigs-it4i/g/Ghostscript/Ghostscript-9.20-intel-2016b.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

31 lines
886 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Ghostscript'
version = '9.20'
homepage = 'http://ghostscript.com'
description = """Ghostscript is a versatile processor for PostScript data with the ability to render PostScript to
different targets. It used to be part of the cups printing stack, but is no longer used for that."""
toolchain = {'name': 'intel', 'version': '2016b'}
toolchainopts = {'pic': True}
source_urls = [
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%(version_major)s%(version_minor)s/"]
sources = ['ghostscript-%(version)s.tar.gz']
dependencies = [
('zlib', '1.2.8'),
('libpng', '1.6.24'),
('freetype', '2.6.5'),
('libjpeg-turbo', '1.5.0'),
('expat', '2.2.0'),
('GLib', '2.49.5'),
('cairo', '1.14.6'),
('LibTIFF', '4.0.6'),
]
configopts = "--with-system-libtiff --enable-dynamic"
moduleclass = 'tools'