# $Id: PKGBUILD 65768 2012-02-22 12:24:05Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Charles Mauch pkgname=perl-data-structure-util pkgver=0.15 pkgrel=5 pkgdesc="Perl/CPAN Module Data::Structure::Util" arch=("i686" "x86_64" 'mips64el') url="http://search.cpan.org/dist/Data-Structure-Util" license=("GPL" "PerlArtistic") source=("http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/Data-Structure-Util-$pkgver.tar.gz") md5sums=('e12ba777c0abfbd79a131de28d542359') build() { cd $srcdir/Data-Structure-Util-$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 }