mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
35 lines
788 B
Plaintext
35 lines
788 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'HarfBuzz'
|
|
version = '1.1.3'
|
|
|
|
homepage = 'http://www.freedesktop.org/wiki/Software/HarfBuzz'
|
|
description = """HarfBuzz is an OpenType text shaping engine."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://www.freedesktop.org/software/harfbuzz/release/']
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
|
|
glibver = '2.52.0'
|
|
dependencies = [
|
|
('GLib', glibver),
|
|
('cairo', '1.14.6'),
|
|
('freetype', '2.8'),
|
|
('GObject-Introspection', '1.47.1')
|
|
]
|
|
|
|
configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "
|
|
|
|
modextrapaths = {
|
|
'GI_TYPELIB_PATH': 'share',
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libharfbuzz.%s' % SHLIB_EXT, 'bin/hb-view'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|