wok-next diff mailgraph/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents bb12c4e26568
children
line diff
     1.1 --- a/mailgraph/receipt	Wed Aug 05 12:08:19 2015 +0200
     1.2 +++ b/mailgraph/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,21 +3,19 @@
     1.4  PACKAGE="mailgraph"
     1.5  VERSION="1.14"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="A RRDtool frontend for Mail statistics."
     1.8 +SHORT_DESC="A RRDtool frontend for Mail statistics"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="http://mailgraph.schweikert.ch/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://mailgraph.schweikert.ch/"
    1.15  WGET_URL="${WEB_SITE}pub/$TARBALL"
    1.16 -TAGS="logs"
    1.17  
    1.18 -DEPENDS="rrdtool-perl perl-file-tail"
    1.19 -
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	mkdir -p $fs/usr/bin $fs/var/www/cgi-bin
    1.25 -	install -o root -g root -m 755 $src/mailgraph.pl $fs/usr/bin/mailgraph
    1.26 -	install -o root -g root -m 755 $src/mailgraph.cgi $fs/var/www/cgi-bin/
    1.27 -	install -o root -g root -m 644 $src/mailgraph.css $fs/var/www/cgi-bin/
    1.28 +	install -m755 $src/mailgraph.pl $fs/usr/bin/mailgraph
    1.29 +	install -m755 $src/mailgraph.cgi $fs/var/www/cgi-bin/
    1.30 +	install -m644 $src/mailgraph.css $fs/var/www/cgi-bin/
    1.31 +	DEPENDS="rrdtool-perl perl-file-tail"
    1.32 +	TAGS="logs"
    1.33  }