]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - c_icap_modules/c_icap_modules.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / c_icap_modules / c_icap_modules.nm
CommitLineData
a915bab2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a915bab2
CS
4###############################################################################
5
802ea3af 6name = c_icap_modules
e8b2558d 7version = 0.1.6
802ea3af 8release = 1
a915bab2 9
802ea3af
MT
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Networking/Daemons
12url = http://c-icap.sourceforge.net
13license = GPLv2
14summary = c-icap service modules for clamav and content filrer.
a915bab2 15
802ea3af 16description
a915bab2
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-modules/0.1.x/
23
802ea3af
MT
24build
25 requires
26 autoconf
27 automake
28 c_icap
29 clamav-devel
30 db4-devel
31 libtool-devel
32 end
33
34 configure_options += \
35 --sysconfdir=/etc \
36 --localstatedir=/var
37
38 prepare_cmds
39 autoreconf -vfi
40 end
41
42 install
43 mkdir -pv %{BUILDROOT}/etc
44 make install DESTDIR=%{BUILDROOT}
45 end
46end
47
48packages
49 package %{name}
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end