easyconfigs-it4i/l/libfontenc/libfontenc-1.1.3-foss-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
535 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libfontenc'
version = '1.1.3'
homepage = 'http://www.freedesktop.org/wiki/Software/xlibs/'
description = """X11 font encoding library"""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]
builddependencies = [
('xproto', '7.0.28'),
]
sanity_check_paths = {
'files': [
'include/X11/fonts/fontenc.h',
'lib/libfontenc.%s' %
SHLIB_EXT,
'lib/libfontenc.a'],
'dirs': [],
}
moduleclass = 'lib'