wok rev 21698

updated postgrey (1.36 -> 1.37)
author Hans-G?nter Theisgen
date Wed Jun 05 17:43:47 2019 +0100 (2019-06-05)
parents 9560550c6164
children 48fa0606b323
files postgrey/receipt
line diff
     1.1 --- a/postgrey/receipt	Wed Jun 05 17:09:07 2019 +0100
     1.2 +++ b/postgrey/receipt	Wed Jun 05 17:43:47 2019 +0100
     1.3 @@ -1,26 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgrey"
     1.7 -VERSION="1.36"
     1.8 +VERSION="1.37"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Postfix policy server implementing greylisting."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://postgrey.schweikert.ch/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://postgrey.schweikert.ch/"
    1.17 -WGET_URL="$WEB_SITE/pub/$TARBALL"
    1.18 -CONFIG_FILES="/etc/postgrey"
    1.19 +WGET_URL="http://postgrey.schweikert.ch/pub/$TARBALL"
    1.20  
    1.21  DEPENDS="postfix perl db perl-net-server perl-io-multiplex perl-berkeleydb \
    1.22 -perl-net-dns"
    1.23 +	perl-net-dns"
    1.24 +CONFIG_FILES="/etc/postgrey"
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr/bin $fs/etc/postfix $fs/var/spool/postfix/postgrey
    1.30 -	cp $src/contrib/postgreyreport $src/postgrey $fs/usr/bin
    1.31 -	cp $src/postgrey_whitelist* $fs/etc/postfix
    1.32 -	cp -a stuff/etc $fs
    1.33 +	mkdir -p $fs/usr/bin
    1.34 +	mkdir -p $fs/etc/postfix
    1.35 +	mkdir -p $fs/var/spool/postfix/postgrey
    1.36 +
    1.37 +	cp $src/contrib/postgreyreport	$fs/usr/bin
    1.38 +	cp $src/postgrey		$fs/usr/bin
    1.39 +	cp $src/postgrey_whitelist*	$fs/etc/postfix
    1.40 +	cp -a stuff/etc			$fs
    1.41  }
    1.42  
    1.43  # Pre and post install commands for Tazpkg.