[arch-commits] Commit in perl-mail-transport-dbx/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Aug 1 12:26:03 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:26:02
  Author: felixonmars
Revision: 366783

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-mail-transport-dbx/repos/community-staging-x86_64/
  perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD
    (from rev 366782, perl-mail-transport-dbx/trunk/PKGBUILD)

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

Copied: perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD (from rev 366782, perl-mail-transport-dbx/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-01 12:26:02 UTC (rev 366783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mail-transport-dbx
+pkgver=0.07
+pkgrel=16
+pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express mailboxes"
+arch=("x86_64")
+url="http://search.cpan.org/dist/Mail-Transport-Dbx"
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-${pkgver}.tar.gz")
+sha256sums=('95fd6bacf2afa0acb121eb9385d61ad4743c48240fbf5a74a731b3c1b5dfdf7d')
+
+build() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list