1 # Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
3 pkgname=perl-poe-component-pluggable
6 pkgdesc="A base class for creating plugin enabled POE Components"
7 depends=('perl>=5.10.0' 'glibc' 'perl-poe')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/dist/POE-Component-Pluggable"
10 source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-$pkgver.tar.gz)
11 md5sums=('989a64c6c2939a19ee5844c9d9e87047')
12 options=('!emptydirs')
17 cd ${srcdir}/POE-Component-Pluggable-$pkgver
19 perl Makefile.PL INSTALLDIRS=vendor || return 1
21 make DESTDIR=${pkgdir} install || return 1
23 # Remove .packlist and perllocal.pod files.
24 find ${pkgdir} -name '.packlist' -delete
25 find ${pkgdir} -name 'perllocal.pod' -delete