wok view sarg-php/receipt @ rev 21859

updated sarg and sarg-php (2.3.1 -> 2.3.11)
author Hans-G?nter Theisgen
date Thu Sep 19 16:26:43 2019 +0100 (2019-09-19)
parents 408c87fa22ca
children 64d159b437a1
line source
1 # SliTaz package receipt.
3 PACKAGE="sarg-php"
4 VERSION="2.3.11"
5 CATEGORY="network"
6 SHORT_DESC="Squid Analysis Report Generator."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/sarg/"
11 WANTED="sarg"
12 DEPENDS="lighttpd php"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/var/www
19 cp -pa $src/sarg-php $fs/var/www
21 # Fix permissions
22 chmod 755 $fs/var/www/sarg-php
23 chmod 644 -R $fs/var/www/sarg-php/*
24 chmod 755 $fs/var/www/sarg-php/locale
26 }