# Maintainer: Alexey Pavlov <alexpux@gmail.com>

_realname=MIME-tools
pkgname=perl-${_realname}
pkgver=5.517
pkgrel=1
pkgdesc="Parses streams to create MIME entities"
arch=('any')
url="https://metacpan.org/dist/MIME-tools"
msys2_references=(
  "purl: pkg:cpan/DSKOLL/MIME-tools"
)
license=('spdx:GPL-1.0-or-later' 'spdx:Artistic-1.0-Perl')
depends=('perl-MailTools' 'perl-IO-Stringy' 'perl-Convert-BinHex')
options=('!emptydirs')
provides=('perl-MIME-Body=5.428.0' 'perl-MIME-Decoder' 'perl-MIME-Decoder-Base64'
          'perl-MIME-Decoder-Binary' 'perl-MIME-Decoder-Binhex' 'perl-MIME-Decoder-gzip64'
          'perl-MIME-Decoder-nbit' 'perl-MIME-Decoder-Quotedprint' 'perl-MIME-decoder-uu'
          'perl-MIME-Entity' 'perl-MIME-Field-Contdisp=5.428.0' 'perl-MIME-Field-Contraenc=5.428.0'
          'perl-MIME-Field-Conttype=5.428.0' 'perl-MIME-Field-Paramval=5.428.0' 'perl-MIME-Head=5.428.0'
          'perl-MIME-Parser' 'perl-MIME-Parser-Filer' 'perl-MIME-Parser-Reader'
          'perl-MIME-Parser-Results' 'perl-MIME-WordDecoder' 'perl-MIME-Words=5.428.0')
source=("https://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-${pkgver}.tar.gz")
sha256sums=('e05f8e45d0895164b1fe53a0a8e725dd81e92191a29409e1b48c55f823b03483')

build() {
  cd  "${srcdir}/${_realname}-${pkgver}"
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
}

package() {
  cd  "${srcdir}/${_realname}-${pkgver}"
  make install DESTDIR="${pkgdir}"
}
