wok view pflogsumm/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents fdc47644be0f
children 747cf3358771
line source
1 # SliTaz package receipt.
3 PACKAGE="pflogsumm"
4 VERSION="1.1.3"
5 CATEGORY="misc"
6 SHORT_DESC="Provides an over-view of postfix activity."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html"
11 WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL"
12 TAGS="postfix mail logs analysis"
14 DEPENDS="perl-date-calc"
15 SUGGESTED="postfix"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 install -m 755 $src/pflogsumm.pl $fs/usr/bin/pflogsumm
22 sed -i 's/m#\^(/m#(/' $fs/usr/bin/pflogsumm
23 }