wok rev 18257

Add pflogsumm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 04 21:46:59 2015 +0200 (2015-08-04)
parents 224ccc794284
children 61d2cc48b0f9
files pflogsumm/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pflogsumm/receipt	Tue Aug 04 21:46:59 2015 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pflogsumm"
     1.7 +VERSION="1.1.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Provides an over-view of postfix activity."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html"
    1.14 +WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL"
    1.15 +
    1.16 +DEPENDS="perl-date-calc"
    1.17 +SUGGESTED="postfix"
    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
    1.23 +	install -m 755 $src/pflogsumm.pl $fs/usr/bin/pflogsumm
    1.24 +}