]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pcre/pcre.nm
pcre: Move pcre-compat package into own build file.
[people/ms/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
ad5390d0 7version = 8.35
2979fbcc 8release = 3
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} \
5b7ea0e1 34 --disable-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
MT
42 test
43 make check
802ea3af
MT
44 end
45end
46
47packages
48 package %{name}
6d3b56d0 49
802ea3af
MT
50 package %{name}-devel
51 template DEVEL
52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end