wok view pflogsumm/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }