1 # Maintainer: Simon Perry <pezz [at] sanxion [dot] net>
6 pkgdesc="A Perl interface to the F5 iControl API"
7 depends=('glibc' 'perl>=5.10.0' 'perl-soap-lite')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/dist/iControl/"
10 source=(http://search.cpan.org/CPAN/authors/id/L/LT/LTP/iControl-$pkgver.tar.gz)
11 options=('!emptydirs')
16 cd ${srcdir}/iControl-$pkgver
18 perl Makefile.PL INSTALLDIRS=vendor || return 1
20 make DESTDIR=${pkgdir} install || return 1
22 # Remove .packlist and perllocal.pod files.
23 find ${pkgdir} -name '.packlist' -delete
24 find ${pkgdir} -name 'perllocal.pod' -delete
27 md5sums=('afe1dab870b2704394d9a7946648b382')