wok annotate sarg-php/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 508c331860fd
children 408c87fa22ca
rev   line source
erjo@12097 1 # SliTaz package receipt.
erjo@12097 2
erjo@12097 3 PACKAGE="sarg-php"
erjo@12097 4 VERSION="2.3.1"
erjo@12097 5 CATEGORY="network"
erjo@12097 6 SHORT_DESC="Squid Analysis Report Generator."
erjo@12097 7 MAINTAINER="erjo@slitaz.org"
erjo@12097 8 WEB_SITE="http://$PACKAGE.sourceforge.net/"
erjo@12097 9 WANTED="sarg"
erjo@12097 10
erjo@12097 11 DEPENDS="lighttpd php"
erjo@12097 12
erjo@12097 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@12097 14 genpkg_rules()
erjo@12097 15 {
erjo@12097 16 mkdir -p $fs/var/www
erjo@12097 17
erjo@12097 18 cp -pa $src/sarg-php $fs/var/www
erjo@12099 19 # Fix perms
erjo@12099 20 chmod 755 $fs/var/www/sarg-php
erjo@12099 21 chmod 644 -R $fs/var/www/sarg-php/*
erjo@12099 22 chmod 755 $fs/var/www/sarg-php/locale
erjo@12099 23
erjo@12097 24 }
erjo@12097 25