[arch-commits] Commit in perl-mail-spf-query/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 11:29:40 UTC 2021


    Date: Monday, May 24, 2021 @ 11:29:40
  Author: foutrelis
Revision: 944522

archrelease: copy trunk to community-staging-any

Added:
  perl-mail-spf-query/repos/community-staging-any/
  perl-mail-spf-query/repos/community-staging-any/PKGBUILD
    (from rev 944520, perl-mail-spf-query/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: perl-mail-spf-query/repos/community-staging-any/PKGBUILD (from rev 944520, perl-mail-spf-query/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 11:29:40 UTC (rev 944522)
@@ -0,0 +1,27 @@
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mail-spf-query
+_realname=Mail-SPF-Query
+pkgver=1.999.1
+pkgrel=12
+pkgdesc="Perl module that provides SPF support"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/${_realname}/"
+depends=('perl-net-cidr-lite>=0.15' 'perl-net-dns>=0.46' 'perl-sys-hostname-long' 'perl-uri' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(https://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf-query/${_realname}-${pkgver}.tar.gz)
+md5sums=('6d62d024d1614fa1fa4f43bd39ee7bf0')
+
+build() {
+  cd "$srcdir"/${_realname}-${pkgver}
+  # install module in vendor directories
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/${_realname}-${pkgver}
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list