wok-current annotate mailgraph/receipt @ rev 18259

Add mailgraph
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 04 22:10:47 2015 +0200 (2015-08-04)
parents
children bb12c4e26568
rev   line source
pascal@18259 1 # SliTaz package receipt.
pascal@18259 2
pascal@18259 3 PACKAGE="mailgraph"
pascal@18259 4 VERSION="1.14"
pascal@18259 5 CATEGORY="misc"
pascal@18259 6 SHORT_DESC="A RRDtool frontend for Mail statistics."
pascal@18259 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18259 8 LICENSE="GPL2"
pascal@18259 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18259 10 WEB_SITE="http://mailgraph.schweikert.ch/"
pascal@18259 11 WGET_URL="${WEB_SITE}pub/$TARBALL"
pascal@18259 12 TAGS="logs"
pascal@18259 13
pascal@18259 14 DEPENDS="rrdtool-perl perl-file-tail"
pascal@18259 15
pascal@18259 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18259 17 genpkg_rules()
pascal@18259 18 {
pascal@18259 19 mkdir -p $fs/usr/bin $fs/var/www/cgi-bin
pascal@18259 20 cp -a $src/mailgraph.pl $fs/usr/bin/mailgraph
pascal@18259 21 cp -a $src/mailgraph.cgi $fs/var/www/cgi-bin/
pascal@18259 22 cp -a $src/mailgraph.css $fs/var/www/cgi-bin/
pascal@18259 23 }