Skip to content

Commit

Permalink
Merge pull request easybuilders#20466 from bedroge/20240503142101_new…
Browse files Browse the repository at this point in the history
…_pr_SDL2_gfx104

{lib}[GCCcore/11.3.0] SDL2_gfx v1.0.4
  • Loading branch information
verdurin authored May 10, 2024
2 parents 926e419 + 25c51df commit 897d3de
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions easybuild/easyconfigs/s/SDL2_gfx/SDL2_gfx-1.0.4-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
easyblock = 'ConfigureMake'

name = 'SDL2_gfx'
version = '1.0.4'

homepage = 'https://www.ferzkopp.net/joomla/content/view/19/14/'
description = """
Graphics drawing primitives library for SDL2
"""

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

source_urls = ['https://www.ferzkopp.net/Software/%(name)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262']

builddependencies = [
('binutils', '2.38'),
('pkgconf', '1.8.0'),
]

dependencies = [
('SDL2', '2.0.22'),
]

sanity_check_paths = {
'files': ['include/SDL2/SDL2_gfxPrimitives.h', 'lib/libSDL2_gfx.%s' % SHLIB_EXT,
'lib/pkgconfig/SDL2_gfx.pc'],
'dirs': [],
}

moduleclass = 'lib'

0 comments on commit 897d3de

Please sign in to comment.