wok-6.x annotate sarg-php/receipt @ rev 13193

c_icap-dev, clamav-dev, collectd-apache, collectd-dev, gdal-bin, gdal-datas, gdal-dev, geos-dev, gnome-keyring-dev, gnome-vfs-monikers-dev, libgdal, libgnomeui-dev, memcached-dev, postgis-gui, proj-dev, sarg-php, swfdec-dev, xfe-extras: remove unused TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 22:10:01 2012 +0200 (2012-08-04)
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