1
###############################################################################
2
# IPFire.org - An Open Source Firewall Solution #
3
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4
###############################################################################
6
###############################################################################
8
###############################################################################
14
THISAPP = squid-accounting-$(VER)
15
DIR_APP = $(DIR_SRC)/$(THISAPP)
16
TARGET = $(DIR_INFO)/$(THISAPP)
17
PROG = squid-accounting
20
DEPS = "perl-DBI perl-DBD-SQLite perl-File-ReadBackwards perl-PDF-API2 sendEmail"
22
###############################################################################
24
###############################################################################
37
###############################################################################
38
# Installation Details
39
###############################################################################
41
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
43
@rm -rf $(DIR_APP) && mkdir $(DIR_APP) && cp -R $(DIR_SRC)/src/squid-accounting/ $(DIR_APP)
45
mkdir -p /var/ipfire/accounting/bill
46
mkdir -p /srv/web/ipfire/html/accounting/logo
49
touch /var/log/accounting.log
50
chmod 777 /var/log/accounting.log
51
#Set permissions for logo and graphs
52
chmod -R 777 /srv/web/ipfire/html/accounting
55
install -v -m 755 $(DIR_APP)/squid-accounting/accounting.cgi /srv/web/ipfire/cgi-bin/
56
install -v -m 755 $(DIR_APP)/squid-accounting/acct.pl /usr/local/bin/
57
install -v -m 644 $(DIR_APP)/squid-accounting/acct-lib.pl /var/ipfire/accounting/
58
install -v -m 655 $(DIR_APP)/squid-accounting/acct.de.pl /var/ipfire/addon-lang/
59
install -v -m 655 $(DIR_APP)/squid-accounting/acct.en.pl /var/ipfire/addon-lang/
60
install -v -m 655 $(DIR_APP)/squid-accounting/EX-squid-accounting.menu /var/ipfire/menu.d/
61
install -v -m 755 $(DIR_APP)/squid-accounting/dbinstall.pl /var/ipfire/accounting/
62
install -v -m 644 $(DIR_APP)/squid-accounting/config/backup/includes/squid-accounting \
63
/var/ipfire/backup/addons/includes/squid-accounting
65
#activate hourly logging of proxy logfile
66
ln -sf /usr/local/bin/acct.pl /etc/fcron.hourly/squid-accounting
68
chown -R nobody.nobody /var/ipfire/accounting