easyconfigs-it4i/l/libfontenc/libfontenc-1.1.3.eb
2019-11-06 13:27:39 +01:00

28 lines
505 B
Plaintext

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