easyconfigs-it4i/l/libfontenc/libfontenc-1.1.3-intel-2016a.eb
2017-03-09 11:57:40 +01:00

24 lines
503 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': 'intel', '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'