From 3682015acf8938303fdb24784240ec59ffe85ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 29 Mar 2017 17:13:15 +0200 Subject: [PATCH] # 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 --- f/freetype/freetype-2.5.3.eb | 23 ++++++++++++++++++++++ k/kbproto/kbproto-1.0.7.eb | 19 ++++++++++++++++++ t/Tk/{Tk-8.6.3.eb => Tk-8.6.4.eb} | 2 +- x/{xcb-util => xcb-util/xcb-util-0.4.0.eb} | 0 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 f/freetype/freetype-2.5.3.eb create mode 100644 k/kbproto/kbproto-1.0.7.eb rename t/Tk/{Tk-8.6.3.eb => Tk-8.6.4.eb} (93%) mode change 100755 => 100644 rename x/{xcb-util => xcb-util/xcb-util-0.4.0.eb} (100%) diff --git a/f/freetype/freetype-2.5.3.eb b/f/freetype/freetype-2.5.3.eb new file mode 100644 index 00000000..87aca433 --- /dev/null +++ b/f/freetype/freetype-2.5.3.eb @@ -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' \ No newline at end of file diff --git a/k/kbproto/kbproto-1.0.7.eb b/k/kbproto/kbproto-1.0.7.eb new file mode 100644 index 00000000..305f57dc --- /dev/null +++ b/k/kbproto/kbproto-1.0.7.eb @@ -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' diff --git a/t/Tk/Tk-8.6.3.eb b/t/Tk/Tk-8.6.4.eb old mode 100755 new mode 100644 similarity index 93% rename from t/Tk/Tk-8.6.3.eb rename to t/Tk/Tk-8.6.4.eb index 5edc501a..3293c488 --- a/t/Tk/Tk-8.6.3.eb +++ b/t/Tk/Tk-8.6.4.eb @@ -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'] diff --git a/x/xcb-util b/x/xcb-util/xcb-util-0.4.0.eb similarity index 100% rename from x/xcb-util rename to x/xcb-util/xcb-util-0.4.0.eb