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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 11:17:21 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:17:21
  Author: bluewind
Revision: 366500

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 366499, perl-poe-component-client-dns/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-dns/repos/community-staging-any/PKGBUILD (from rev 366499, perl-poe-component-client-dns/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:17:21 UTC (rev 366500)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=4
+pkgdesc="Perl/CPAN Module POE::Component::Client::DNS"
+arch=(any)
+url="http://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