]> git.ipfire.org Git - ipfire-3.x.git/blame - pcre/pcre.nm
pcre: Enable JIT
[ipfire-3.x.git] / pcre / pcre.nm
CommitLineData
85122efe 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
85122efe
MT
4###############################################################################
5
802ea3af 6name = pcre
f60dfe52 7version = 8.41
462f5bb3 8release = 2
85122efe 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.pcre.org/
12license = BSD
13summary = Perl-compatible regular expression library.
85122efe 14
802ea3af
MT
15description
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
85122efe 18 API are also supplied in the library libpcreposix.
802ea3af
MT
19end
20
6d3b56d0 21source_dl = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
802ea3af
MT
22
23build
24 requires
25 bzip2-devel
26 gcc-c++
802ea3af
MT
27 readline-devel
28 zlib-devel
29 end
30
31 configure_options += \
21d4da18 32 --disable-static \
802ea3af 33 --docdir=/usr/share/doc/pcre-%{version} \
462f5bb3 34 --enable-jit \
62d3a8e7
MT
35 --enable-pcre8 \
36 --enable-pcre16 \
37 --enable-pcre32 \
38 --enable-utf \
39 --enable-unicode-properties \
40 --enable-pcretest-libreadline
802ea3af 41
b99f56d7 42 test
78892c2e 43 export LD_LIBRARY_PATH=$(pwd)/.libs
b99f56d7 44 make check
802ea3af
MT
45 end
46end
47
48packages
49 package %{name}
6d3b56d0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end