easyconfigs-it4i/l/libfontenc/libfontenc-1.1.3.eb
easybuild 51c092e6fc # new file: f/fontsproto/fontsproto-2.1.3.eb
#	new file:   l/libfontenc/libfontenc-1.1.3.eb
#	deleted:    o/OpenFOAM/OpenFOAM-4.1-intel-2015b.eb
2017-03-27 12:16:23 +02:00

24 lines
498 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': 'dummy', 'version': ''}
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'