easyconfigs-it4i/e/eudev/eudev-3.1.5-foss-2015g.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

36 lines
960 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 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'