wok view sarg-php/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 91ed8fa372e3
children d310b6c488c0
line source
1 # SliTaz package receipt.
3 PACKAGE="sarg-php"
4 VERSION="2.3.1"
5 CATEGORY="network"
6 SHORT_DESC="Squid Analysis Report Generator."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
10 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
20 # Fix perms
21 chmod 755 $fs/var/www/sarg-php
22 chmod 644 -R $fs/var/www/sarg-php/*
23 chmod 755 $fs/var/www/sarg-php/locale
25 }