[arch-commits] Commit in perl-mail-box-parser-c/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 11:47:36 UTC 2019


    Date: Saturday, May 25, 2019 @ 11:47:35
  Author: foutrelis
Revision: 470488

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-mail-box-parser-c/repos/community-staging-x86_64/
  perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD
    (from rev 470487, perl-mail-box-parser-c/trunk/PKGBUILD)

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

Copied: perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD (from rev 470487, perl-mail-box-parser-c/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-05-25 11:47:35 UTC (rev 470488)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mail-box-parser-c
+pkgver=3.008
+pkgrel=6
+pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Mail-Box-Parser-C"
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-${pkgver}.tar.gz")
+sha256sums=('43fdb60a3e023137529e642bf5a22385fc43d1ab3826277cc7e170e9a104d62c')
+
+build() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list