wok view sarg-php/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents 508c331860fd
children 408c87fa22ca
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 WEB_SITE="http://$PACKAGE.sourceforge.net/"
9 WANTED="sarg"
11 DEPENDS="lighttpd php"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/var/www
18 cp -pa $src/sarg-php $fs/var/www
19 # Fix perms
20 chmod 755 $fs/var/www/sarg-php
21 chmod 644 -R $fs/var/www/sarg-php/*
22 chmod 755 $fs/var/www/sarg-php/locale
24 }