]> git.ipfire.org Git - ipfire-3.x.git/blame - c_icap/c_icap.nm
binutils: Update to 2.32
[ipfire-3.x.git] / c_icap / c_icap.nm
CommitLineData
0d1be6a8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
0d1be6a8
CS
4###############################################################################
5
802ea3af 6name = c_icap
919e2c95 7version = 0.4.2
7d63cfd6 8release = 3
0d1be6a8 9
802ea3af
MT
10groups = Networking/Daemons
11url = http://c-icap.sourceforge.net
12license = GPLv2
13summary = c-icap is an implementation of an ICAP server.
0d1be6a8 14
802ea3af 15description
0d1be6a8
CS
16 c-icap is an implementation of an ICAP server. It can be used with \
17 HTTP proxies that support the ICAP protocol to implement content \
18 adaptation and filtering services.
802ea3af
MT
19end
20
919e2c95 21source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.4.x/
e8b2558d 22
802ea3af
MT
23build
24 requires
25 autoconf
26 automake
6be9a50e 27 libdb-devel
802ea3af
MT
28 libtool-devel
29 zlib-devel
30 end
31
32 configure_options += \
33 --enable-large-files \
34 --enable-ipv6 \
dac79561 35 --sysconfdir=/etc/c-icap \
802ea3af
MT
36 --localstatedir=/var
37
38 prepare_cmds
39 autoreconf -vfi
40 end
41end
42
43quality-agent
44 whitelist_rpath
45 /usr/lib
46 end
47end
48
49packages
50 package %{name}
7d63cfd6 51 recommends = %{name}_modules
dac79561
CS
52
53 configfiles
54 /etc/c-icap/c-icap.conf
55 /etc/c-icap/c-icap.conf.default
56 /etc/c-icap/c-icap.magic
57 /etc/c-icap/c-icap.magic.default
58 end
802ea3af 59 end
1f9bc2f0 60
30ef5b72
AM
61 package %{name}-devel
62 template DEVEL
63 end
64
1f9bc2f0
MT
65 package %{name}-debuginfo
66 template DEBUGINFO
67 end
802ea3af 68end