Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a2f35aae67e0351f5104382b71143a7590ae627
commit 1a2f35aae67e0351f5104382b71143a7590ae627 Author: crazy <[email protected]> Date: Tue May 31 23:47:24 2016 +0200 perl-mail-spf-v2.9.0-1-x86_64 * Version bump * ( damn I really hate these!! ) diff --git a/source/devel-extra/perl-mail-spf/FrugalBuild b/source/devel-extra/perl-mail-spf/FrugalBuild index e8e0b7b..6839fdf 100644 --- a/source/devel-extra/perl-mail-spf/FrugalBuild +++ b/source/devel-extra/perl-mail-spf/FrugalBuild @@ -1,16 +1,23 @@ # Compiling Time: 0.01 SBU -# Maintainer: CSÉCSY László <[email protected]> +# Maintainer: boobaa <[email protected]> _F_perl_name=Mail-SPF _F_perl_author=J/JM/JMEHNLE/mail-spf -pkgver=v2.8.0 +pkgver=v2.9.0 pkgrel=1 pkgdesc="An object-oriented implementation of Sender Policy Framework" +depends+=('perl-error' 'perl-net-dns' 'perl-uri' 'perl-netaddr-ip') +makedepends+=('perl-module-build' 'perl-net-dns-resolver-programmable') Finclude perl -sha1sums=('68d570279e54d4b1e54e0f71683f2afbb596a68f') -archs=(${archs[@]} 'x86_64') +sha1sums=('3bda4d67a94465eec3e569b56004de968cad3982') +archs=('i686' 'x86_64') +options+=('force') build() { - Fbuild + + Fcd Mail-SPF-$pkgver + perl Build.PL || Fdie + perl Build || Fdie + perl Build install destdir=$Fdestdir || Fdie Frm usr/share/man/man1/spfquery* }
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
