]> git.ipfire.org Git - ipfire-3.x.git/blob - c_icap/c_icap.nm
binutils: Update to 2.32
[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.4.2
8 release = 3
9
10 groups = Networking/Daemons
11 url = http://c-icap.sourceforge.net
12 license = GPLv2
13 summary = c-icap is an implementation of an ICAP server.
14
15 description
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.
19 end
20
21 source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.4.x/
22
23 build
24 requires
25 autoconf
26 automake
27 libdb-devel
28 libtool-devel
29 zlib-devel
30 end
31
32 configure_options += \
33 --enable-large-files \
34 --enable-ipv6 \
35 --sysconfdir=/etc/c-icap \
36 --localstatedir=/var
37
38 prepare_cmds
39 autoreconf -vfi
40 end
41 end
42
43 quality-agent
44 whitelist_rpath
45 /usr/lib
46 end
47 end
48
49 packages
50 package %{name}
51 recommends = %{name}_modules
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
59 end
60
61 package %{name}-devel
62 template DEVEL
63 end
64
65 package %{name}-debuginfo
66 template DEBUGINFO
67 end
68 end