]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - c_icap_modules/c_icap_modules.nm
Move all packages to root.
[people/ms/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.1.4
8 release = 1
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 service modules for clamav and content filrer.
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 build
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
44 end
45
46 packages
47 package %{name}
48 end
49 end