# Contributor: Kiyoshi Aman # Maintainer: Natanael Copa pkgname=perl-socket-getaddrinfo _pkgreal=Socket-GetAddrInfo pkgver=0.22 pkgrel=0 pkgdesc="Perl interface for get{addr,name}info(3)" url="http://search.cpan.org/dist/Socket-GetAddrInfo/" arch="noarch" license="GPL PerlArtistic" depends="perl-extutils-cchecker" makedepends="perl-dev perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" -name .packlist -name perllocal.pod -delete } sha512sums="3117ad5931dd116f45afa041b7aad4506382c4359b67e61564affba6f34fe14db5dbe0dc0a1bf4c0b680847bda58958604907ff0339d500728b44301cf1fe554 Socket-GetAddrInfo-0.22.tar.gz"