]> git.ipfire.org Git - ipfire-3.x.git/blame - c_icap/c_icap.nm
squid: Enabled icap and wccp support.
[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
MT
6name = c_icap
7version = 0.1.5
8release = 1
0d1be6a8 9
802ea3af
MT
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Networking/Daemons
12url = http://c-icap.sourceforge.net
13license = GPLv2
14summary = c-icap is an implementation of an ICAP server.
0d1be6a8 15
802ea3af 16description
0d1be6a8
CS
17 c-icap is an implementation of an ICAP server. It can be used with \
18 HTTP proxies that support the ICAP protocol to implement content \
19 adaptation and filtering services.
802ea3af
MT
20end
21
22build
23 requires
24 autoconf
25 automake
26 db4-devel
27 libtool-devel
28 zlib-devel
29 end
30
31 configure_options += \
32 --enable-large-files \
33 --enable-ipv6 \
34 --sysconfdir=/etc \
35 --localstatedir=/var
36
37 prepare_cmds
38 autoreconf -vfi
39 end
40end
41
42quality-agent
43 whitelist_rpath
44 /usr/lib
45 end
46end
47
48packages
49 package %{name}
50 end
51end