[arch-commits] Commit in perl-email-simple/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 17:32:38 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:32:37
  Author: bluewind
Revision: 232387

archrelease: copy trunk to community-staging-any

Added:
  perl-email-simple/repos/community-staging-any/
  perl-email-simple/repos/community-staging-any/PKGBUILD
    (from rev 232386, perl-email-simple/trunk/PKGBUILD)

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

Copied: perl-email-simple/repos/community-staging-any/PKGBUILD (from rev 232386, perl-email-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 17:32:37 UTC (rev 232387)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-email-simple
+pkgver=2.213
+pkgrel=2
+pkgdesc="simple parsing of RFC2822 message format and headers "
+arch=('any')
+url="http://search.cpan.org/dist/Email-Simple"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-email-date-format')
+provides=("perl-email-simple-creator=$pkgver")
+replaces=("perl-email-simple-creator")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
+sha256sums=('cdb97a9d647231cc0f7207a31ed6ec5ffde6b8ac6504910dc378bf619ed57cc5')
+
+build() {
+  cd  "$srcdir"/Email-Simple-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Email-Simple-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}
+



More information about the arch-commits mailing list