[arch-commits] Commit in perl-module-runtime/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 2 04:48:33 UTC 2017


    Date: Friday, June 2, 2017 @ 04:48:33
  Author: felixonmars
Revision: 232769

archrelease: copy trunk to community-staging-any

Added:
  perl-module-runtime/repos/community-staging-any/
  perl-module-runtime/repos/community-staging-any/PKGBUILD
    (from rev 232767, perl-module-runtime/trunk/PKGBUILD)

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

Copied: perl-module-runtime/repos/community-staging-any/PKGBUILD (from rev 232767, perl-module-runtime/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-02 04:48:33 UTC (rev 232769)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-module-runtime
+pkgver=0.014
+pkgrel=4
+pkgdesc="runtime module handling"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Runtime/"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-build')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
+md5sums=('a6597bc25536a30476f0d75b64d35734')
+
+build() {
+  cd "$srcdir"/Module-Runtime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Module-Runtime-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list