[arch-commits] Commit in perl-business-ismn/repos (testing-any testing-any/PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sun Jun 26 15:54:46 UTC 2016


    Date: Sunday, June 26, 2016 @ 15:54:45
  Author: remy
Revision: 270683

archrelease: copy trunk to testing-any

Added:
  perl-business-ismn/repos/testing-any/
  perl-business-ismn/repos/testing-any/PKGBUILD
    (from rev 270682, perl-business-ismn/trunk/PKGBUILD)

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

Copied: perl-business-ismn/repos/testing-any/PKGBUILD (from rev 270682, perl-business-ismn/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-06-26 15:54:45 UTC (rev 270683)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-business-ismn'
+_dist=Business-ISMN
+pkgver=1.13
+pkgrel=2
+pkgdesc="Perl package to work with International Standard Music Numbers"
+arch=('any')
+url='https://metacpan.org/release/${_dist}'
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-tie-cycle>=1.21')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz")
+md5sums=('e8696a78b4aa8a99869fbb0625c5cc13')
+sha512sums=('bad9fdfe16a6b62c823019af4162e0cb2f97dbda8cc5cad01ff3a6e80d22e5fa1d260ef410ad1393d03fc750f7976f06932ac948390cdeb995cc458e1d3cd984')
+
+build() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1
+    make test
+}
+
+package() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list