]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dansguardian/dansguardian.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / dansguardian / dansguardian.nm
CommitLineData
e1b234b5 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e1b234b5
MT
4###############################################################################
5
802ea3af
MT
6name = dansguardian
7version = 2.10.1.1
8release = 1
e1b234b5 9
802ea3af
MT
10groups = Networking/Proxy
11url = http://www.dansguardian.org/
12license = GPLv2+
13summary = A content filtering web proxy.
e1b234b5 14
802ea3af
MT
15description
16 DansGuardian filters the content of pages based on many methods including
17 phrase matching, PICS filtering and URL filtering. It does not purely filter
18 based on a banned list of sites.
e1b234b5 19
802ea3af
MT
20 It provides real-time virus scanning capabilities for content access.
21
22 DansGuardian is designed to be completely flexible and allows you to tailor the
23 filtering to your exact needs. It can be as draconian or as unobstructive as
24 you want. The default settings are geared towards what a primary school might
25 want but DansGuardian puts you in control of what you want to block.
26
27 DansGuardian requires squid or another similar caching proxy server on your
28 local network.
29end
30
31source_dl =
32
33build
34 requires
35 gcc-c++
36 pcre-devel
37 pkg-config
38 zlib-devel
39 end
40
41 configure_options += \
42 --sysconfdir=/etc \
43 --localstatedir=/var
44end
45
46packages
47 package %{name}
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end