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