[arch-commits] Commit in perl-poe-component-client-dns/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 10:42:30 UTC 2021


    Date: Monday, May 24, 2021 @ 10:42:30
  Author: foutrelis
Revision: 944291

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-client-dns/repos/community-staging-any/
  perl-poe-component-client-dns/repos/community-staging-any/PKGBUILD
    (from rev 944289, perl-poe-component-client-dns/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-dns/repos/community-staging-any/PKGBUILD (from rev 944289, perl-poe-component-client-dns/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-24 10:42:30 UTC (rev 944291)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-poe-component-client-dns
+pkgver=1.054
+pkgrel=7
+pkgdesc="Perl/CPAN Module POE::Component::Client::DNS"
+arch=(any)
+url="https://search.cpan.org/dist/POE-Component-Client-DNS"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-net-dns" "perl-poe")
+depends=("perl-net-dns" "perl-poe")
+source=("https://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-$pkgver.tar.gz")
+sha256sums=('b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-DNS-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-DNS-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list