]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - c_icap_modules/c_icap_modules.nm
squid: Enabled icap and wccp support.
[people/arne_f/ipfire-3.x.git] / c_icap_modules / c_icap_modules.nm
CommitLineData
a915bab2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a915bab2
CS
4###############################################################################
5
802ea3af
MT
6name = c_icap_modules
7version = 0.1.4
8release = 1
a915bab2 9
802ea3af
MT
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Networking/Daemons
12url = http://c-icap.sourceforge.net
13license = GPLv2
14summary = c-icap service modules for clamav and content filrer.
a915bab2 15
802ea3af 16description
a915bab2
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 c_icap
27 clamav-devel
28 db4-devel
29 libtool-devel
30 end
31
32 configure_options += \
33 --sysconfdir=/etc \
34 --localstatedir=/var
35
36 prepare_cmds
37 autoreconf -vfi
38 end
39
40 install
41 mkdir -pv %{BUILDROOT}/etc
42 make install DESTDIR=%{BUILDROOT}
43 end
44end
45
46packages
47 package %{name}
48 end
49end