wok-next diff pflogsumm/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a6f7b6b890c2 |
children |
line diff
1.1 --- a/pflogsumm/receipt Wed Jun 01 02:52:45 2016 +0300 1.2 +++ b/pflogsumm/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,21 +3,19 @@ 1.4 PACKAGE="pflogsumm" 1.5 VERSION="1.1.3" 1.6 CATEGORY="misc" 1.7 -SHORT_DESC="Provides an over-view of postfix activity." 1.8 +SHORT_DESC="Provides an over-view of postfix activity" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://jimsun.linxnet.com/postfix_contrib.html" 1.15 WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL" 1.16 -TAGS="postfix mail logs analysis" 1.17 1.18 -DEPENDS="perl-date-calc" 1.19 -SUGGESTED="postfix" 1.20 - 1.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 -genpkg_rules() 1.23 -{ 1.24 +genpkg_rules() { 1.25 mkdir -p $fs/usr/bin 1.26 install -m 755 $src/pflogsumm.pl $fs/usr/bin/pflogsumm 1.27 sed -i 's/m#\^(/m#(/' $fs/usr/bin/pflogsumm 1.28 + DEPENDS="perl-date-calc" 1.29 + SUGGESTED="postfix" 1.30 + TAGS="postfix mail logs analysis" 1.31 }