# $Id: PKGBUILD 35691 2010-12-22 01:21:45Z tdziedzic $ # Maintainer: Sergej Pupykin # Maintainer: Charles Mauch pkgname=perl-mail-transport-dbx pkgver=0.07 pkgrel=5 pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express mailboxes" arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Mail-Transport-Dbx" license=("GPL" "PerlArtistic") source=("http://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-$pkgver.tar.gz") md5sums=('4dcf5346a67c0a7f861cb2bb51a7d14e') build() { cd $srcdir/Mail-Transport-Dbx-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make make install DESTDIR=$pkgdir find $pkgdir -name '.packlist' -delete find $pkgdir -name '*.pod' -delete }