source: rtems-source-builder/bare/config/devel/pcre-8.40-1.cfg

Last change on this file was 3cb78b0, checked in by Chris Johns <chrisj@…>, on 08/16/22 at 23:27:42

config: Various updates to fix downloading of sources

  • Property mode set to 100644
File size: 428 bytes
Line 
1#
2# PCRE
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define pcre_version 8.40
12%hash sha512 pcre-%{pcre_version}.tar.bz2 \
13        tMJ+r73zO9ehOEZVsZNvS+O8Z0XAcjR+sm6YiJbFJmS9haxCRE2hvni24g9Ftsflkh9fIPWwdBtb09mETlvU4g==
14
15#
16# The PCRE build instructions. We use 8.x Release 1.
17#
18%if !%{pkgconfig check pcre} || %{defined _rsb_getting_source}
19 %include %{_configdir}/pcre-8-1.cfg
20%endif
Note: See TracBrowser for help on using the repository browser.