wok view mailgraph/receipt @ rev 22077

updated unionfs-fuse (0.24 -> 2.0)
author Hans-G?nter Theisgen
date Tue Oct 29 16:58:15 2019 +0100 (2019-10-29)
parents d20af2b840ef
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="mailgraph"
4 VERSION="1.14"
5 CATEGORY="misc"
6 SHORT_DESC="A RRDtool frontend for Mail statistics."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://mailgraph.schweikert.ch/"
11 WGET_URL="${WEB_SITE}pub/$TARBALL"
12 TAGS="logs"
14 DEPENDS="rrdtool-perl perl-file-tail"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/var/www/cgi-bin
20 install -o root -g root -m 755 $src/mailgraph.pl $fs/usr/bin/mailgraph
21 install -o root -g root -m 755 $src/mailgraph.cgi $fs/var/www/cgi-bin/
22 install -o root -g root -m 644 $src/mailgraph.css $fs/var/www/cgi-bin/
23 }