mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
# new file: f/freetype/freetype-2.5.3.eb
# new file: k/kbproto/kbproto-1.0.7.eb # new file: t/Tk/Tk-8.6.4.eb # deleted: t/Tk/Tk-8.6.3.eb
This commit is contained in:
parent
51c092e6fc
commit
3682015acf
23
f/freetype/freetype-2.5.3.eb
Normal file
23
f/freetype/freetype-2.5.3.eb
Normal file
@ -0,0 +1,23 @@
|
||||
# Built with EasyBuild version 2.5.0 on 2016-02-15_15-30-41
|
||||
# Built with EasyBuild version 2.1.1 on 2015-07-23_10-52-15
|
||||
name = 'freetype'
|
||||
version = '2.5.3'
|
||||
|
||||
homepage = 'http://freetype.org'
|
||||
description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and
|
||||
portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display
|
||||
servers, font conversion tools, text image generation tools, and many other products as well."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = [GNU_SAVANNAH_SOURCE]
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
|
||||
dependencies = [('libpng', '1.6.12')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.so', 'lib/pkgconfig/freetype2.pc'],
|
||||
'dirs': ['include/freetype2'],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
19
k/kbproto/kbproto-1.0.7.eb
Normal file
19
k/kbproto/kbproto-1.0.7.eb
Normal file
@ -0,0 +1,19 @@
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'kbproto'
|
||||
version = '1.0.7'
|
||||
|
||||
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
||||
description = """X.org KBProto protocol headers."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
source_urls = [XORG_PROTO_SOURCE]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
2
t/Tk/Tk-8.6.3.eb → t/Tk/Tk-8.6.4.eb
Executable file → Normal file
2
t/Tk/Tk-8.6.3.eb → t/Tk/Tk-8.6.4.eb
Executable file → Normal file
@ -8,7 +8,7 @@ homepage = 'http://www.tcl.tk/'
|
||||
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building
|
||||
a graphical user interface (GUI) in many different programming languages."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2017.00'}
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
Loading…
x
Reference in New Issue
Block a user