mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PCRE'
|
|
version = '8.42'
|
|
|
|
homepage = 'http://www.pcre.org/'
|
|
description = """The PCRE library is a set of functions that implement regular expression pattern matching using
|
|
the same syntax and semantics as Perl 5."""
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
configopts = "--with-pic --disable-cpp --enable-utf --enable-unicode-properties"
|
|
|
|
moduleclass = 'devel'
|