mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
40 lines
997 B
Plaintext
40 lines
997 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'eudev'
|
|
version = '3.1.5'
|
|
|
|
homepage = 'https://wiki.gentoo.org/wiki/Project:Eudev'
|
|
description = """eudev is a fork of systemd-udev with the goal of obtaining
|
|
better local_compatibility with existing software such as
|
|
OpenRC and Upstart, older kernels, various toolchains
|
|
and anything else required by users and various distributions."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2015g'}
|
|
toolchainopts = {'cstd': 'c99'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://dev.gentoo.org/~blueness/%(name)s/']
|
|
patches = ['%(name)s-3.1.2_pre-2.6.34_kernel.patch']
|
|
|
|
builddependencies = [
|
|
('gperf', '3.0.4'),
|
|
]
|
|
|
|
osdependencies = [('kernel-headers', 'linux-libc-dev')]
|
|
|
|
configopts = '--disable-blkid --disable-selinux --disable-manpages '
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/udevadm',
|
|
'include/libudev.h',
|
|
'include/udev.h',
|
|
'lib/libudev.so.1'],
|
|
'dirs': [],
|
|
}
|
|
|
|
maxparallel = 1
|
|
|
|
moduleclass = 'system'
|