mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
39 lines
957 B
Plaintext
39 lines
957 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-18-13
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xextproto'
|
|
version = '7.3.0'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """XExtProto protocol 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/extensions/%s' %
|
|
x for x in [
|
|
'agproto.h',
|
|
'cupproto.h',
|
|
'dbeproto.h',
|
|
'dpmsproto.h',
|
|
'EVIproto.h',
|
|
'geproto.h',
|
|
'lbxproto.h',
|
|
'mitmiscproto.h',
|
|
'multibufproto.h',
|
|
'securproto.h',
|
|
'shapeproto.h',
|
|
'shm.h',
|
|
'shmstr.h',
|
|
'syncproto.h',
|
|
'xtestconst.h',
|
|
'xtestext1proto.h']],
|
|
'dirs': []}
|
|
|
|
moduleclass = 'devel'
|