UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

pcre2

The PCRE2 package contains a new generation of the Perl Compatible Regular Expression libraries. These are useful for implementing regular expression pattern matching using the same syntax and semantics as Perl.

Package info

Template:
Codename: pcre2
Source file: pcre2-10.42.tar.bz2
Source file size: 1799866
Source file MD5-checkum: a8e9ab2935d428a4807461f183034abe
Source directory: pcre2-10.42
Package URL: https://umvirt.com/linux/downloads/0.2/packages/p/pcre2-10.42.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/p/pcre2-10.42.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libbytesize, httpd, exim, glib, netsurf, mc, qt5.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr                       \
            --docdir=/usr/share/doc/pcre2-10.42 \
            --enable-unicode                    \
            --enable-jit                        \
            --enable-pcre2-16                   \
            --enable-pcre2-32                   \
            --enable-pcre2grep-libz             \
            --enable-pcre2grep-libbz2           \
            --enable-pcre2test-libreadline      \
            $ARG_STATIC                    

Build script:
make

Install script:
make install