mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-21-26
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xproto'
|
|
version = '7.0.26'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = "X protocol and ancillary headers"
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'optarch': True}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/%s' %
|
|
x for x in [
|
|
'ap_keysym.h',
|
|
'HPkeysym.h',
|
|
'keysym.h',
|
|
'Xalloca.h',
|
|
'Xatom.h',
|
|
'XF86keysym.h',
|
|
'Xfuncs.h',
|
|
'Xmd.h',
|
|
'Xos.h',
|
|
'Xpoll.h',
|
|
'Xprotostr.h',
|
|
'Xw32defs.h',
|
|
'Xwindows.h',
|
|
'DECkeysym.h',
|
|
'keysymdef.h',
|
|
'Sunkeysym.h',
|
|
'Xarch.h',
|
|
'Xdefs.h',
|
|
'Xfuncproto.h',
|
|
'X.h',
|
|
'Xosdefs.h',
|
|
'Xos_r.h',
|
|
'Xproto.h',
|
|
'Xthreads.h',
|
|
'XWDFile.h',
|
|
'Xwinsock.h']],
|
|
'dirs': []}
|
|
|
|
moduleclass = 'devel'
|