summaryrefslogtreecommitdiff
path: root/community/perlio-eol/PKGBUILD
blob: abf0064c48bcbcf9b972c2506a1549ed09c18464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 22036 2010-07-19 14:45:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>

pkgname=perlio-eol
pkgver=0.14
pkgrel=4
pkgdesc="Perl/CPAN Module PerlIO::eol"
arch=("i686" "x86_64")
url="http://search.cpan.org/dist/PerlIO-eol"
license=("GPL" "PerlArtistic")
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 perl Makefile.PL INSTALLDIRS=vendor || return 1
  make || return 1
  make install DESTDIR=$pkgdir || return 1
  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}