mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
503 B
Plaintext
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'
|