]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - c_icap/c_icap.nm
glibc: Update to 2.19.
[people/ms/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
e8b2558d 7version = 0.1.7
dac79561 8release = 3
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
e8b2558d
CS
22source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/
23
802ea3af
MT
24build
25 requires
26 autoconf
27 automake
28 db4-devel
29 libtool-devel
30 zlib-devel
31 end
32
33 configure_options += \
34 --enable-large-files \
35 --enable-ipv6 \
dac79561 36 --sysconfdir=/etc/c-icap \
802ea3af
MT
37 --localstatedir=/var
38
39 prepare_cmds
40 autoreconf -vfi
41 end
42end
43
44quality-agent
45 whitelist_rpath
46 /usr/lib
47 end
48end
49
50packages
51 package %{name}
9dd56eb9 52 requires = %{name}_modules
dac79561
CS
53
54 configfiles
55 /etc/c-icap/c-icap.conf
56 /etc/c-icap/c-icap.conf.default
57 /etc/c-icap/c-icap.magic
58 /etc/c-icap/c-icap.magic.default
59 end
802ea3af 60 end
1f9bc2f0
MT
61
62 package %{name}-debuginfo
63 template DEBUGINFO
64 end
802ea3af 65end