# $Id: PKGBUILD 66049 2012-02-22 15:26:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>

pkgname=perl-spiffy
pkgver=0.30
pkgrel=5
pkgdesc="Spiffy Perl Interface Framework For You"
arch=('any')
url="http://search.cpan.org/dist/Spiffy"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
md5sums=('49860ccf2127c6d2af3d98560ffae644')

build() {
  cd  $srcdir/Spiffy-$pkgver
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make install DESTDIR=$pkgdir
  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}
