diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:31:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:31:53 +0000 |
commit | 2e2a9ccdac04529969a057905c72c983b8b4e5fe (patch) | |
tree | 8dce634dce86efe620e107d08d1c4b9576c7c8db /testing | |
parent | bd1f273cea7dc6da23d3a352dffbe0aed241e4dd (diff) | |
download | aports-2e2a9ccdac04529969a057905c72c983b8b4e5fe.tar.bz2 aports-2e2a9ccdac04529969a057905c72c983b8b4e5fe.tar.xz |
main/perl-async-mergepoint: moved to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-async-mergepoint/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/perl-async-mergepoint/APKBUILD b/testing/perl-async-mergepoint/APKBUILD deleted file mode 100644 index 9d9300c86..000000000 --- a/testing/perl-async-mergepoint/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-async-mergepoint -_pkgreal=Async-MergePoint -pkgver=0.04 -pkgrel=0 -pkgdesc="resynchronise diverged control flow" -url="http://search.cpan.org/dist/Async-MergePoint/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="perl-test-fatal" -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="e9055c122e02fd75c8d604bb1dca49ca Async-MergePoint-0.04.tar.gz" |