wok-6.x diff sarg-php/receipt @ rev 25405
made vim-tiny as tiny as possible
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 03 15:11:06 2022 +0100 (2022-08-03) |
parents | d310b6c488c0 |
children | ad0bc3efbf37 |
line diff
1.1 --- a/sarg-php/receipt Thu Sep 19 16:26:43 2019 +0100 1.2 +++ b/sarg-php/receipt Wed Aug 03 15:11:06 2022 +0100 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sarg-php" 1.7 -VERSION="2.3.11" 1.8 +VERSION="2.4.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Squid Analysis Report Generator." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://sourceforge.net/projects/sarg/" 1.14 1.15 +DEPENDS="lighttpd php" 1.16 WANTED="sarg" 1.17 -DEPENDS="lighttpd php" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/var/www 1.23 - 1.24 - cp -pa $src/sarg-php $fs/var/www 1.25 + 1.26 + cp -pa $src/sarg-php $fs/var/www 1.27 1.28 # Fix permissions 1.29 chmod 755 $fs/var/www/sarg-php 1.30 chmod 644 -R $fs/var/www/sarg-php/* 1.31 chmod 755 $fs/var/www/sarg-php/locale 1.32 - 1.33 + 1.34 }