wok rev 18259
Add mailgraph
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 04 22:10:47 2015 +0200 (2015-08-04) |
parents | 61d2cc48b0f9 |
children | 382ba06d6fd8 |
files | mailgraph/receipt pflogsumm/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mailgraph/receipt Tue Aug 04 22:10:47 2015 +0200 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mailgraph" 1.7 +VERSION="1.14" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="A RRDtool frontend for Mail statistics." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://mailgraph.schweikert.ch/" 1.14 +WGET_URL="${WEB_SITE}pub/$TARBALL" 1.15 +TAGS="logs" 1.16 + 1.17 +DEPENDS="rrdtool-perl perl-file-tail" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/bin $fs/var/www/cgi-bin 1.23 + cp -a $src/mailgraph.pl $fs/usr/bin/mailgraph 1.24 + cp -a $src/mailgraph.cgi $fs/var/www/cgi-bin/ 1.25 + cp -a $src/mailgraph.css $fs/var/www/cgi-bin/ 1.26 +}
2.1 --- a/pflogsumm/receipt Tue Aug 04 21:48:04 2015 +0200 2.2 +++ b/pflogsumm/receipt Tue Aug 04 22:10:47 2015 +0200 2.3 @@ -2,14 +2,14 @@ 2.4 2.5 PACKAGE="pflogsumm" 2.6 VERSION="1.1.3" 2.7 -CATEGORY="network" 2.8 +CATEGORY="misc" 2.9 SHORT_DESC="Provides an over-view of postfix activity." 2.10 MAINTAINER="pascal.bellard@slitaz.org" 2.11 LICENSE="GPL2" 2.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html" 2.14 WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL" 2.15 -TAGS="postfix mail log analyser" 2.16 +TAGS="postfix mail logs analyser" 2.17 2.18 DEPENDS="perl-date-calc" 2.19 SUGGESTED="postfix"