# $Id: PKGBUILD 47564 2011-05-23 19:59:27Z tdziedzic $ # Maintainer: Sergej Pupykin # Maintainer: Charles Mauch pkgname=perl-www-curl pkgver=4.15 pkgrel=1 pkgdesc="Perl/CPAN Module WWW::Curl" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/WWW-Curl/" license=("GPL" "PerlArtistic") depends=("curl") options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-${pkgver}.tar.gz") md5sums=('31c0b8c7e5e2d26bcc8213d702186d5f') build() { cd WWW-Curl-${pkgver} PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd WWW-Curl-${pkgver} make install DESTDIR=${pkgdir} find ${pkgdir} -name '.packlist' -delete find ${pkgdir} -name '*.pod' -delete }