1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = System/Libraries
11 url = http://www.pcre.org/
13 summary = Perl-compatible regular expression library.
16 Perl-compatible regular expression library. PCRE has its own native
17 API, but a set of "wrapper" functions that are based on the POSIX
18 API are also supplied in the library libpcreposix.
21 source_dl = https://sourceforge.net/projects/pcre/files/pcre/%{version}/
31 configure_options += \
33 --docdir=/usr/share/doc/pcre-%{version} \
39 --enable-unicode-properties \
40 --enable-pcretest-libreadline
43 export LD_LIBRARY_PATH=$(pwd)/.libs
55 package %{name}-debuginfo