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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 17:44:08 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:44:07
  Author: bluewind
Revision: 297297

archrelease: copy trunk to staging-any

Added:
  perl-mime-lite/repos/staging-any/
  perl-mime-lite/repos/staging-any/PKGBUILD
    (from rev 297296, perl-mime-lite/trunk/PKGBUILD)

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

Copied: perl-mime-lite/repos/staging-any/PKGBUILD (from rev 297296, perl-mime-lite/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 17:44:07 UTC (rev 297297)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mime-lite
+pkgver=3.030
+pkgrel=2
+pkgdesc="Perl module that provides lightweight MIME generator"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-Lite/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${pkgver}.tar.gz")
+md5sums=('5a6d90329e049eee77248d667343acc7')
+
+build() {
+  cd MIME-Lite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Lite-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Lite-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list