Skip to content

Commit

Permalink
Merge pull request #18705 from SebastianAchilles/20230903165758_new_p…
Browse files Browse the repository at this point in the history
…r_libpciaccess017

{devel,system}[GCCcore/13.2.0] libpciaccess v0.17, xorg-macros v1.20.0
  • Loading branch information
branfosj authored Sep 5, 2023
2 parents 8eaea17 + 3f419cb commit 9dc92dc
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'ConfigureMake'

name = 'libpciaccess'
version = '0.17'

homepage = 'https://cgit.freedesktop.org/xorg/lib/libpciaccess/'
description = """Generic PCI access library."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://www.x.org/releases/individual/lib/']
sources = [SOURCE_TAR_GZ]
checksums = ['bf6985a77d2ecb00e2c79da3edfb26b909178ffca3f2e9d14ed0620259ab733b']

builddependencies = [
('binutils', '2.40'),
('Autotools', '20220317'),
('xorg-macros', '1.20.0'),
]

sanity_check_paths = {
'files': ['include/pciaccess.h', 'lib/libpciaccess.a'],
'dirs': ['lib/pkgconfig'],
}

moduleclass = 'system'
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'ConfigureMake'

name = 'xorg-macros'
version = '1.20.0'

homepage = 'https://gitlab.freedesktop.org/xorg/util/macros'
description = """X.org macros utilities."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://gitlab.freedesktop.org/xorg/util/macros/-/archive/util-macros-%(version)s']
sources = ['macros-util-macros-%(version)s.tar.gz']
checksums = ['efd8eefab568981e47dd64d3e9b5ee2b7165a30d4feca105770f249f9b59979c']

builddependencies = [
('binutils', '2.40'),
('Autotools', '20220317'),
]

preconfigopts = './autogen.sh && '

sanity_check_paths = {
'files': ['share/pkgconfig/xorg-macros.pc'],
'dirs': [],
}

moduleclass = 'devel'

0 comments on commit 9dc92dc

Please sign in to comment.