]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pcre/pcre.nm
ipfire-logos: New package.
[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
c211953b 7version = 8.21
38bfaab3 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++
27 pkg-config
28 readline-devel
29 zlib-devel
30 end
31
32 configure_options += \
21d4da18 33 --disable-static \
802ea3af
MT
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
38bfaab3
MT
41 mkdir -pv %{BUILDROOT}/{,usr/}%{lib}
42 mv -v %{BUILDROOT}%{libdir}/libpcre.so.* %{BUILDROOT}/%{lib}
43 ln -v -sf ../../%{lib}/libpcre.so.0 %{BUILDROOT}%{libdir}/libpcre.so
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