aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-future/APKBUILD
blob: 4ed3c530ba7a20e495a4ec4a3a8de2ccea42b5ea (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.33
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 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"

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="edaee68f962c0e74758cc6053723389f  Future-0.33.tar.gz"
sha256sums="2fa237430b86cdc3561356e643fb1d09199f2335c6e98210116c7d944b5dd846  Future-0.33.tar.gz"
sha512sums="6f8c3747f78d7d1d49a1ca1bd2616f24bfd9215aa1f1b4a7622aaf1af0420110d66e2cfb71861e7f5f0913854d041a2fd14ab56105bb5c50e63e99555e9b194a  Future-0.33.tar.gz"