# Contributor: Max Pray a.k.a. Synthead # Contributor: Sergej Pupykin # Contributor: Charles Mauch # Maintainer: Ruben Kelevra pkgname=perl-perlio-eol pkgver=0.14 pkgrel=2 pkgdesc="Perl/CPAN Module PerlIO::eol" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/PerlIO-eol" license=('GPL' 'PerlArtistic') replaces=('perlio-eol') depends=('perl') options=('!emptydirs') source=("http://www.cpan.org/authors/id/A/AU/AUDREYT/PerlIO-eol-$pkgver.tar.gz") md5sums=('55c5d3fafab00a511ff1c2722060235c') build() { cd "$srcdir/PerlIO-eol-$pkgver" PERL_MM_USE_DEFAULT=1 INSTALLDIRS=vendor perl Makefile.PL make } package() { cd "$srcdir/PerlIO-eol-$pkgver" make DESTDIR="$pkgdir" install }