updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / perl-poe-filter-ircd / PKGBUILD
bloba3a26b36a8fd61baa79a2f5b32fd4f272ab736fc
1 # Maintainer: Jakob Nixdorf <flocke@user-helfen-usern.de>
3 pkgname=perl-poe-filter-ircd
4 pkgver=2.42
5 pkgrel=2
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')
13 arch=(i686 x86_64)
15 build()
17   cd ${srcdir}/POE-Filter-IRCD-$pkgver
19   perl Makefile.PL INSTALLDIRS=vendor || return 1
20   make || 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