easyconfigs-it4i/g/Ghostscript/Ghostscript-9.10-goolf-1.4.10.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

25 lines
724 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Ghostscript'
version = '9.10'
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': 'goolf', 'version': '1.4.10'}
toolchainopts = {'pic': True}
source_urls = ["http://downloads.ghostscript.com/public/"]
sources = [SOURCELOWER_TAR_GZ]
# expat, freetype and libpng are optional deps,
# these are actually patched and included in the sources,
dependencies = [
('LibTIFF', '4.0.3'),
]
configopts = "--with-system-libtiff --enable-dynamic"
moduleclass = 'tools'