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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 12:23:19 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:23:19
  Author: bluewind
Revision: 366753

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 366752, perl-mail-box-parser-c/trunk/PKGBUILD)

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

Copied: perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD (from rev 366752, perl-mail-box-parser-c/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-01 12:23:19 UTC (rev 366753)
@@ -0,0 +1,31 @@
+# $Id$
+# 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=5
+pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C"
+arch=("x86_64")
+url="http://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