[arch-commits] Commit in (4 files)

Frederik Schwan freswa at archlinux.org
Fri Oct 30 16:15:36 UTC 2020


    Date: Friday, October 30, 2020 @ 16:15:36
  Author: freswa
Revision: 736761

move perl-mail-imapclient from unsupported to [community]

Added:
  perl-mail-imapclient/
  perl-mail-imapclient/repos/
  perl-mail-imapclient/trunk/
  perl-mail-imapclient/trunk/PKGBUILD

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

Added: perl-mail-imapclient/trunk/PKGBUILD
===================================================================
--- perl-mail-imapclient/trunk/PKGBUILD	                        (rev 0)
+++ perl-mail-imapclient/trunk/PKGBUILD	2020-10-30 16:15:36 UTC (rev 736761)
@@ -0,0 +1,28 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+# Contributor: achterin <headlock at its-crap.de>
+
+pkgname=perl-mail-imapclient
+pkgver=3.42
+pkgrel=2
+pkgdesc='Perl/CPAN Module Mail::IMAPClient : An IMAP Client API'
+arch=('any')
+url='https://search.cpan.org/dist/Mail-IMAPClient'
+license=('GPL')
+depends=('perl-parse-recdescent' 'perl-digest-hmac')
+optdepends=("perl-authen-sasl: for Authmechanism 'DIGEST-MD5'")
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/Mail-IMAPClient-${pkgver}.tar.gz")
+b2sums=('360006381e318dfc46835cabb1a1c72f4039813563a58d585bf9b042b880ece3e5b00a29283bf4de5c382a02628df2094e1772762251c167498c9fcd70ed85a2')
+
+build() {
+  cd Mail-IMAPClient-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Mail-IMAPClient-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # cleanup empty dir
+  rm -rf ${pkgdir}/usr/lib/
+}



More information about the arch-commits mailing list