summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/pcre-8.40-1.cfg
blob: 86272606d22580d09b54e26891d22c0cd65f79b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# PCRE
#

%if %{release} == %{nil}
%define release 1
%endif

%include %{_configdir}/base.cfg

%define pcre_version 8.40
%hash sha512 pcre-%{pcre_version}.tar.bz2 tMJ+r73zO9ehOEZVsZNvS+O8Z0XAcjR+sm6YiJbFJmS9haxCRE2hvni24g9Ftsflkh9fIPWwdBtb09mETlvU4g==

#
# The PCRE build instructions. We use 8.x Release 1.
#
%ifn %{pkgconfig check pcre}
 %include %{_configdir}/pcre-8-1.cfg
%endif