summaryrefslogtreecommitdiffstats
path: root/main/perl-list-moreutils/APKBUILD
blob: 0a7e58db38e9cbafc8dca0ed3e7271ed038f8096 (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: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-list-moreutils
_pkgreal=List-MoreUtils
pkgver=0.410
pkgrel=0
pkgdesc="Provide the stuff missing in List::Util"
url="http://search.cpan.org/dist/List-MoreUtils/"
arch="all"
license="GPL PerlArtistic"
cpandepends="perl-exporter-tiny"
cpanmakedepends="   perl-test-leaktrace"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/$_pkgreal-$pkgver.tar.gz"

_builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	make && make test
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="4bfe03d56cd8d8e9c1105e102d816685  List-MoreUtils-0.410.tar.gz"
sha256sums="d6407bb9ac7bada265a90e6801c9ecd45aa5736f7803af599e99afd22613c4d1  List-MoreUtils-0.410.tar.gz"
sha512sums="ab93337c3df4c733fd3c042d325872d0a30ec65e0878ef5d6196167f474b815ad40cfa5bfa1fdad7d1cb4378b4a0e965b1b1b6765aae8d0a7d04d3ce72d61f2a  List-MoreUtils-0.410.tar.gz"