[arch-commits] Commit in perl-net-dns/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Jul 7 02:28:39 UTC 2015


    Date: Tuesday, July 7, 2015 @ 04:28:39
  Author: fyan
Revision: 241853

archrelease: copy trunk to testing-any

Added:
  perl-net-dns/repos/testing-any/
  perl-net-dns/repos/testing-any/PKGBUILD
    (from rev 241852, perl-net-dns/trunk/PKGBUILD)

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

Copied: perl-net-dns/repos/testing-any/PKGBUILD (from rev 241852, perl-net-dns/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-07-07 02:28:39 UTC (rev 241853)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-net-dns
+pkgver=1.01
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/"
+depends=('perl-digest-hmac' 'perl-net-ip')
+checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+            'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('a4b9c177117397604cf0ee6f10ac80034aff37bc')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list