summaryrefslogtreecommitdiffstats
path: root/main/perl-sub-exporter-progressive/APKBUILD
blob: 65c5bd282bba6a6cefd6a29ca0fb308cd1ad9b77 (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: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-sub-exporter-progressive
_pkgreal=Sub-Exporter-Progressive
pkgver=0.001008
pkgrel=0
pkgdesc="Only use Sub::Exporter if you need it"
url="http://search.cpan.org/dist/Sub-Exporter-Progressive/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="perl-sub-exporter"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_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="d80a27859c13d471019c75494409282e  Sub-Exporter-Progressive-0.001008.tar.gz"
sha256sums="3e2ceb5f2a85e5e366178ed414644ca9acd9e8103c6808d9a67cf97b5a7ac42d  Sub-Exporter-Progressive-0.001008.tar.gz"
sha512sums="0763b7730d28f18c27b8d12527665079662367171a82b15de94dfdb248450817162801f8177e235a5f08db0b53b34d9ee09ec7ab0c5098cb29ae0918a4dabcee  Sub-Exporter-Progressive-0.001008.tar.gz"