diff options
Diffstat (limited to 'testing/perl-io-async')
-rw-r--r-- | testing/perl-io-async/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/perl-io-async/APKBUILD b/testing/perl-io-async/APKBUILD deleted file mode 100644 index a5e6d15416..0000000000 --- a/testing/perl-io-async/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> -# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> -pkgname=perl-io-async -_pkgreal=IO-Async -pkgver=0.45 -pkgrel=0 -pkgdesc="Asynchronous event-driven programming" -url="http://search.cpan.org/dist/IO-Async/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="perl-heap perl-async-mergepoint perl-cps" -cpanmakedepends="perl-test-fatal perl-test-warn perl-test-refcount perl-test-identity" -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="00f4213a413bb1fc431bfe56568c0192 IO-Async-0.45.tar.gz" |