Date: Monday, May 24, 2021 @ 11:33:37
  Author: felixonmars
Revision: 944600

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 944599, 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 944599, perl-mail-box-parser-c/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-24 11:33:37 UTC (rev 944600)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-mail-box-parser-c
+pkgver=3.010
+pkgrel=2
+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=('d89067fc0673efded826e79d4665d8bc9182a8759d7d574224f02e9196156b57')
+
+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
+}

Reply via email to