# Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-mime-tools _realname=MIME-tools pkgver=5.503 pkgrel=0 pkgdesc="Perl modules for parsing (and creating!) MIME entities" url="http://search.cpan.org/~doneill/MIME-tools-5.427/" arch="noarch" license="PerlArtistic GPL" depends="perl perl-io-stringy perl-mail-tools perl-convert-binhex" makedepends="perl-dev" install= subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/$_realname-$pkgver.tar.gz" build() { cd "$srcdir/$_realname-$pkgver" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 } package() { cd "$srcdir/$_realname-$pkgver" make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } md5sums="f86b968e9405318224b7a9f4574505d0 MIME-tools-5.503.tar.gz"