]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - c_icap/c_icap.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / c_icap / c_icap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = c_icap
7 version = 0.1.7
8 release = 3
9
10 maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11 groups = Networking/Daemons
12 url = http://c-icap.sourceforge.net
13 license = GPLv2
14 summary = c-icap is an implementation of an ICAP server.
15
16 description
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.
20 end
21
22 source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/
23
24 build
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 \
36 --sysconfdir=/etc/c-icap \
37 --localstatedir=/var
38
39 prepare_cmds
40 autoreconf -vfi
41 end
42 end
43
44 quality-agent
45 whitelist_rpath
46 /usr/lib
47 end
48 end
49
50 packages
51 package %{name}
52 requires = %{name}_modules
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
60 end
61
62 package %{name}-debuginfo
63 template DEBUGINFO
64 end
65 end