]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - dansguardian/dansguardian.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / dansguardian / dansguardian.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dansguardian
7 version = 2.10.1.1
8 release = 1
9
10 groups = Networking/Proxy
11 url = http://www.dansguardian.org/
12 license = GPLv2+
13 summary = A content filtering web proxy.
14
15 description
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.
19
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.
29 end
30
31 source_dl =
32
33 build
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
44 end
45
46 packages
47 package %{name}
48 end
49 end