aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-pod-cpandoc/APKBUILD
blob: 4130e2de6afc9ada2d69ba6f27fcdf12c9bc791d (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 <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-pod-cpandoc
_pkgreal=Pod-Cpandoc
pkgver=0.15
pkgrel=0
pkgdesc="perldoc that works for modules you don't have installed"
url="http://search.cpan.org/dist/Pod-Cpandoc/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/$_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="de06c9e2c3fa83952799e35f6c7b980f  Pod-Cpandoc-0.15.tar.gz"
sha256sums="82fd3d28d15c62f218d339846acc9d215a008f8959c3919158f2945a0c19dbcc  Pod-Cpandoc-0.15.tar.gz"
sha512sums="0df1d963d63c05f59daeeb9948e60db835395baaa66dc659922ca03d8664e2ed72f0dc0e375431865a4b7df33f6a0ca57538324911593668f42384d090e6ec25  Pod-Cpandoc-0.15.tar.gz"