wok view sarg-php/receipt @ rev 23630

updated sarg and sarg-php (2.3.11 -> 2.4.0)
author Hans-G?nter Theisgen
date Fri Apr 17 08:01:58 2020 +0100 (2020-04-17)
parents d310b6c488c0
children ad0bc3efbf37
line source
1 # SliTaz package receipt.
3 PACKAGE="sarg-php"
4 VERSION="2.4.0"
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 DEPENDS="lighttpd php"
12 WANTED="sarg"
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 }