]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pcre/pcre.nm
64e4a4bfb83e5e0ded83c9520fc486a6606a7e7f
[people/amarx/ipfire-3.x.git] / pcre / pcre.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pcre
7 version = 8.20
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.pcre.org/
12 license = BSD
13 summary = Perl-compatible regular expression library.
14
15 description
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.
19 end
20
21 source_dl = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
22
23 build
24 requires
25 bzip2-devel
26 gcc-c++
27 pkg-config
28 readline-devel
29 zlib-devel
30 end
31
32 configure_options += \
33 --disable-static \
34 --docdir=/usr/share/doc/pcre-%{version} \
35 --enable-utf8 \
36 --enable-pcregrep-libz \
37 --enable-pcregrep-libbz2 \
38 --enable-unicode-properties
39
40 install_cmds
41 mkdir -pv %{BUILDROOT}/{,usr/}lib
42 mv -v %{BUILDROOT}/usr/lib/libpcre.so.* %{BUILDROOT}/lib/
43 ln -v -sf ../../lib/libpcre.so.0 %{BUILDROOT}/usr/lib/libpcre.so
44 end
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52 end
53 end