wok view pflogsumm/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 903156784651
children a6f7b6b890c2
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 analyzer"
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 }