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

_realname=MIME-tools
pkgname=perl-${_realname}
pkgver=5.506
pkgrel=1
pkgdesc="Parses streams to create MIME entities"
arch=('any')
url="http://search.cpan.org/dist/MIME-tools"
license=('GPL' 'PerlArtistic')
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=("http://www.cpan.org/authors/id/D/DS/DSKOLL/${_realname}-${pkgver}.tar.gz")
md5sums=('ddc8479d25688f8860d0bf3be9df52c5')

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}"
}
