wok annotate pflogsumm/receipt @ rev 23184
updated mobile-broadband-provider-info (20190116 -> 20190618)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 19 17:17:33 2020 +0100 (2020-03-19) |
parents | a6f7b6b890c2 |
children | c7da5d8a0b77 |
rev | line source |
---|---|
pascal@18257 | 1 # SliTaz package receipt. |
pascal@18257 | 2 |
pascal@18257 | 3 PACKAGE="pflogsumm" |
Hans-G?nter@21675 | 4 VERSION="1.1.5" |
pascal@18259 | 5 CATEGORY="misc" |
Hans-G?nter@21675 | 6 TAGS="postfix mail logs analysis" |
pascal@18257 | 7 SHORT_DESC="Provides an over-view of postfix activity." |
pascal@18257 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18257 | 9 LICENSE="GPL2" |
Hans-G?nter@21675 | 10 WEB_SITE="https://jimsun.linxnet.com/postfix_contrib.html" |
Hans-G?nter@21675 | 11 |
pascal@18257 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@18257 | 13 WGET_URL="http://jimsun.linxnet.com/downloads/$TARBALL" |
pascal@18257 | 14 |
Hans-G?nter@21675 | 15 SUGGESTED="postfix" |
pascal@18257 | 16 DEPENDS="perl-date-calc" |
pascal@18257 | 17 |
pascal@18257 | 18 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18257 | 19 genpkg_rules() |
pascal@18257 | 20 { |
pascal@18257 | 21 mkdir -p $fs/usr/bin |
pascal@18257 | 22 install -m 755 $src/pflogsumm.pl $fs/usr/bin/pflogsumm |
pascal@18267 | 23 sed -i 's/m#\^(/m#(/' $fs/usr/bin/pflogsumm |
pascal@18257 | 24 } |