summaryrefslogtreecommitdiffstats
path: root/main/perl-future/APKBUILD
blob: d3ccd8a06c72c510cd8b14af59d1992c2c79548a (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
41
# Automatically generated by apkbuild-cpan, template 1
# Contributor: 
# Maintainer: 
pkgname=perl-future
_pkgreal=Future
pkgver=0.19
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="424aa5bf6472bf4e3ab01a20c92763c6  Future-0.19.tar.gz"
sha256sums="1cf70b690faa623ad854ec8ec32ef07dc187a57061ac95ca4679f04f1216e84e  Future-0.19.tar.gz"
sha512sums="ce2f1c48d05dc04bbe9302680b6239cff4e169a9a6e9b2eefacdb579d2ab9da7c6eabba24194edde73dfaba4d1c9eebac6a4028d9e12faf54ebaf85b7f0d2147  Future-0.19.tar.gz"