]> git.ipfire.org Git - ipfire-3.x.git/blob - c_icap_modules/c_icap_modules.nm
git: Update to 2.23.0
[ipfire-3.x.git] / c_icap_modules / c_icap_modules.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_modules
7 version = 0.4.2
8 release = 2
9
10 groups = Networking/Daemons
11 url = http://c-icap.sourceforge.net
12 license = GPLv2
13 summary = c-icap service modules for clamav and content filrer.
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-modules/0.4.x/
22
23 build
24 requires
25 autoconf
26 automake
27 c_icap-devel >= 0.4.0
28 clamav-devel
29 libdb-devel
30 libtool-devel
31 end
32
33 configure_options += \
34 --sysconfdir=/etc/c-icap \
35 --localstatedir=/var
36
37 prepare_cmds
38 autoreconf -vfi
39 end
40
41 install
42 mkdir -pv %{BUILDROOT}/etc/c-icap
43 make install DESTDIR=%{BUILDROOT}
44 end
45 end
46
47 packages
48 package %{name}
49 configfiles
50 /etc/c-icap/srv_clamav.conf
51 /etc/c-icap/srv_clamav.conf.default
52 /etc/c-icap/srv_url_check.conf
53 /etc/c-icap/srv_url_check.conf.default
54 end
55 end
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
60 end