# Automatically generated by apkbuild-cpan, template 1 # Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=perl-io-async _pkgreal=IO-Async pkgver=0.58 pkgrel=0 pkgdesc="Asynchronous event-driven programming" url="http://search.cpan.org/dist/IO-Async/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-future" cpanmakedepends="perl-test-fatal perl-test-identity perl-test-refcount " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" perl Build.PL installdirs=vendor || return 1 } build() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build && ./Build test } package() { cd "$_builddir" ./Build install destdir="$pkgdir" || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="612d05562d32b0f1acdc1e3258d557de IO-Async-0.58.tar.gz" sha256sums="ef4272a10e173ae8267ee648ae617617686818dd707bd6b20f057e4156fce83e IO-Async-0.58.tar.gz" sha512sums="fd72489303df316ec28bce507d2d4cf8ecb829b5a0c06faadf53178eb5377eab2161987f32e0fbef50bc03c269e5d68f3b69a4705770b2dbd17ce526ee59fb3a IO-Async-0.58.tar.gz"