[arch-commits] Commit in perl-net-dns/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Thu May 29 02:12:59 UTC 2014


    Date: Thursday, May 29, 2014 @ 04:12:58
  Author: fyan
Revision: 213757

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  perl-net-dns/repos/testing-i686/
  perl-net-dns/repos/testing-i686/PKGBUILD
    (from rev 213756, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/testing-x86_64/
  perl-net-dns/repos/testing-x86_64/PKGBUILD
    (from rev 213756, perl-net-dns/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: perl-net-dns/repos/testing-i686/PKGBUILD (from rev 213756, perl-net-dns/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-05-29 02:12:58 UTC (rev 213757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/"
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-net-dns/repos/testing-x86_64/PKGBUILD (from rev 213756, perl-net-dns/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-05-29 02:12:58 UTC (rev 213757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/"
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list