summaryrefslogtreecommitdiffstats
path: root/main/perl-future/APKBUILD
blob: 9872b28e598eb70017407f3392cbd74398380b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Automatically generated by apkbuild-cpan, template 1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-future
_pkgreal=Future
pkgver=0.32
pkgrel=0
pkgdesc="represent an operation awaiting completion"
url="http://search.cpan.org/dist/Future/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="perl-test-fatal 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"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	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="9aa4aa6a3876397d015688f56eed0689  Future-0.32.tar.gz"
sha256sums="39418065446e15dd579f2359094efe04b1f836a5805c4ce4e8287b05de27b58d  Future-0.32.tar.gz"
sha512sums="b8620fe239be680f733a503173c2d524131e32669fe37fa7efcb5284937491018fa6cc5ae9a2f7634b94685b39b10c80df636427aa57db6b6ef985875207b420  Future-0.32.tar.gz"