easyconfigs-it4i/l/libepoxy/libepoxy-1.4.3.eb
2019-11-06 13:27:39 +01:00

34 lines
681 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libepoxy'
version = '1.4.3'
homepage = "https://github.com/anholt/libepoxy"
description = "Epoxy is a library for handling OpenGL function pointer management for you"
toolchain = SYSTEM
sources = [SOURCE_TAR_XZ]
source_urls = [
'https://github.com/anholt/libepoxy/releases/download/%(version)s']
# dependencies = [
# ('Mesa', '17.0.2'),
#]
configopts = '--enable-egl=no'
sanity_check_paths = {
'files': [
'include/epoxy/common.h',
'include/epoxy/gl.h',
'include/epoxy/glx.h',
'lib/libepoxy.la',
'lib/libepoxy.so'],
'dirs': [
'lib',
'include'],
}
moduleclass = 'vis'