easyblock = 'ConfigureMake'

name = 'Grep'
version = '2.21'

homepage = 'http://www.gnu.org/software/grep/'
description = """The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines."""

toolchain = {'name': 'GCC', 'version': '4.9.2'}

sources = [SOURCELOWER_TAR_XZ]
source_urls = ['http://ftp.gnu.org/gnu/%(namelower)s']

sanity_check_paths = {
    'files': [],
    'dirs': ["bin"]
}

moduleclass = 'tools'