summaryrefslogtreecommitdiffstats
path: root/main/perl-namespace-clean/APKBUILD
blob: c81fbdaa96f8a97d7cfad426eedde46909d15f25 (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-namespace-clean
_pkgreal=namespace-clean
pkgver=0.25
pkgrel=2
pkgdesc="Keep imports and functions out of your namespace"
url="http://search.cpan.org/dist/namespace-clean/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-package-stash perl-sub-name perl-sub-identify perl-b-hooks-endofscope"
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/$_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="da81d44f114a947b873f8df11a3c02ec  namespace-clean-0.25.tar.gz"
sha256sums="946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04  namespace-clean-0.25.tar.gz"
sha512sums="69d46adac8d3f249b36310583568705e9dea6a308ce9265f4986063ef48b8bdfd4fdff86c602639090edc5936422a1b455d0a5e89d9c3bd5d7443beba8de5d14  namespace-clean-0.25.tar.gz"