[arch-commits] Commit in perl-mailtools/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 11:53:56 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:53:55
  Author: felixonmars
Revision: 297235

archrelease: copy trunk to staging-any

Added:
  perl-mailtools/repos/staging-any/
  perl-mailtools/repos/staging-any/PKGBUILD
    (from rev 297234, perl-mailtools/trunk/PKGBUILD)

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

Copied: perl-mailtools/repos/staging-any/PKGBUILD (from rev 297234, perl-mailtools/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 11:53:55 UTC (rev 297235)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-mailtools
+pkgver=2.18
+pkgrel=2
+pkgdesc="Various e-mail related modules"
+arch=('any')
+url="https://metacpan.org/release/MailTools"
+license=('PerlArtistic' 'GPL')
+depends=('perl-timedate')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-$pkgver.tar.gz")
+sha1sums=('60eaafddc8c8a435a510e0b64451816931cba44c')
+
+build() {
+  cd MailTools-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MailTools-$pkgver
+  make test
+}
+
+package() {
+  cd MailTools-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list