mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
554 B
Plaintext
25 lines
554 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'makedepend'
|
|
version = '1.0.5'
|
|
|
|
homepage = "http://www.linuxfromscratch.org/blfs/view/svn/x/makedepend.html"
|
|
description = "The makedepend package contains a C-preprocessor like utility to determine build-time dependencies."
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
toolchainopts = {'optarch': True}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_UTIL_SOURCE]
|
|
|
|
builddependencies = [
|
|
('xproto', '7.0.28'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/makedepend'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|