wok-4.x view sarg-php/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 8eca57f89147
children
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
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 }