]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - squidGuard/squidGuard.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / squidGuard / squidGuard.nm
CommitLineData
a2cfe8fc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a2cfe8fc
CS
4###############################################################################
5
802ea3af
MT
6name = squidGuard
7version = 1.4.1
8release = 1
a2cfe8fc 9
802ea3af
MT
10maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
11groups = Networking/Daemons
12url = http://www.squidguard.org
13license = GPLv2
14summary = Filter, redirector and access controller plugin for squid.
a2cfe8fc 15
802ea3af
MT
16description
17 SquidGuard is a URL redirector used to use blacklists with the
a2cfe8fc 18 proxysoftware Squid.
802ea3af
MT
19end
20
21source_dl = http://www.squidguard.org/Downloads/
22
23build
24 requires
25 bison
26 openldap-devel
27 flex
28 db4-devel
29 shadow
30 end
31
32 configure_options += \
33 --datadir=/usr/share \
34 --sysconfdir=/etc \
35 --localstatedir=/var \
36 --infodir=/usr/share/info \
37 --mandir=/usr/share/man \
38 --with-sg-config=/etc/squidGuard/squidGuard.conf \
39 --with-sg-logdir=/var/log/squidGuard \
40 --with-sg-dbhome=/var/lib/squidguard \
41 --with-db=/usr \
42 --with-db-inc=/usr/include \
43 --with-db-lib=/usr/lib \
44 --with-ldap
45
46 prepare_cmds
47 groupadd -g 23 -r squid
48 useradd -u 23 -r -s /sbin/nologin -d /var/spool/squid -M \
49 -c 'Squid proxy user' -g squid squid
50 end
51end
52
53packages
54 package %{name}
55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end