mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
32 lines
931 B
Plaintext
32 lines
931 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Ghostscript'
|
|
version = '9.19'
|
|
|
|
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': '2016a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [
|
|
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%(version_major)s%(version_minor)s/"]
|
|
sources = ["ghostpdl-%(version)s.tar.bz2"]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.8'),
|
|
('libpng', '1.6.21'),
|
|
('freetype', '2.6.3'),
|
|
('fontconfig', '2.11.95'),
|
|
('libjpeg-turbo', '1.4.2'),
|
|
('expat', '2.1.1'),
|
|
('GLib', '2.48.0'),
|
|
('cairo', '1.14.6', '-GLib-2.48.0'),
|
|
('LibTIFF', '4.0.6'),
|
|
]
|
|
|
|
configopts = "--with-system-libtiff --enable-dynamic"
|
|
|
|
moduleclass = 'tools'
|