1 # Contributor: Anonymous
2 # Generator : CPANPLUS::Dist::Arch 0.14
3 pkgname='perl-thread-pool'
6 pkgdesc="Worker pools to run Perl code asynchronously"
8 license=('PerlArtistic' 'GPL')
10 depends=('perl' 'perl-thread-conveyor>=0.15' 'perl-thread-conveyor-monitored>=0.11')
11 url='http://search.cpan.org/dist/Thread-Pool'
12 source=('http://search.cpan.org/CPAN/authors/id/E/EL/ELIZABETH/Thread-Pool-0.33.tar.gz')
13 md5sums=('4e1b093179552283260ab4722b468248')
16 _DISTDIR="${srcdir}/Thread-Pool-0.33"
17 export PERL_MM_USE_DEFAULT=1
19 perl Makefile.PL INSTALLDIRS=vendor &&
22 make DESTDIR="${pkgdir}/" install;
25 find "$pkgdir" -name .packlist -delete
26 find "$pkgdir" -name perllocal.pod -delete