Skip to content

Commit

Permalink
adding easyconfigs: makedepend-1.0.9-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jun 7, 2024
1 parent bc2b5ff commit 869b650
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'ConfigureMake'

name = 'makedepend'
version = '1.0.9'

homepage = 'https://linux.die.net/man/1/makedepend'
description = "The makedepend package contains a C-preprocessor like utility to determine build-time dependencies."

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

source_urls = [XORG_UTIL_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['bc94ffda6cd4671603a69c39dbe8f96b317707b9185b2aaa3b54b5d134b41884']

builddependencies = [
('binutils', '2.40'),
('xproto', '7.0.31'),
('xorg-macros', '1.20.0'),
]

sanity_check_paths = {
'files': ['bin/makedepend'],
'dirs': [],
}

moduleclass = 'devel'

0 comments on commit 869b650

Please sign in to comment.