wok view sarg-php/receipt @ rev 22314

updated xtrkcad and xtrkcad-dev (4.0.3a1 -> 5.1.2a)
author Hans-G?nter Theisgen
date Thu Nov 14 11:00:06 2019 +0100 (2019-11-14)
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 }