# $Id: PKGBUILD 35709 2010-12-22 01:27:08Z tdziedzic $ # Maintainer: Sergej Pupykin # Maintainer: Allan McRae # Contributor: François Charette pkgname=perl-text-kakasi pkgver=2.04 pkgrel=6 pkgdesc="Perl frontend to kakasi" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Text-Kakasi" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0' 'kakasi') options=('!emptydirs') source=(http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-$pkgver.tar.gz) md5sums=('5a9e381cb93edfd707124a63c60f96b1') build() { cd $srcdir/Text-Kakasi-$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 }