# IT4Innvoations 2019 easyblock = 'ConfigureMake' name = 'libpciaccess' version = '0.14' homepage = 'http://cgit.freedesktop.org/xorg/lib/libpciaccess/' description = """Generic PCI access library.""" toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'} source_urls = ['https://www.x.org/releases/individual/lib/'] sources = [SOURCE_TAR_GZ] checksums = ['8d86e64893917be3dfb1c5e837888d1275399c818783474002203d751312b03c'] builddependencies = [ ('Autotools', '20180311', '', True), ('xorg-macros', '1.19.1', '', True), ] sanity_check_paths = { 'files': ['include/pciaccess.h', 'lib/libpciaccess.a'], 'dirs': ['lib/pkgconfig'], } moduleclass = 'system'