1 # Maintainer: Jakob Nixdorf <flocke@user-helfen-usern.de>
3 pkgname=perl-poe-filter-ircd
6 pkgdesc="A POE-based parser for the IRC protocol"
7 depends=('perl>=5.10.0' 'glibc' 'perl-poe')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/dist/POE-Filter-IRCD/"
10 source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Filter-IRCD-$pkgver.tar.gz)
11 md5sums=('41f2f915aa2e6040e67168f77c4933d9')
12 options=('!emptydirs')
17 cd ${srcdir}/POE-Filter-IRCD-$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