aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-test-exception/APKBUILD
blob: 8ee7a08a8b29d498d6a6adcf58dceee9770ce155 (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
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer:
pkgname=perl-test-exception
_realname=Test-Exception
pkgver=0.31
pkgrel=0
pkgdesc="Report errors from perspective of caller of a clan of modules "
url="http://search.cpan.org/~adie/Test-Exception-0.31/"
arch="noarch"
license="PerlArtistic"
depends="perl"
depends_dev=""
makedepends="perl-dev perl-sub-uplevel"
install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$_realname-$pkgver.tar.gz"
_builddir="$srcdir"/$_realname-$pkgver

build() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
}

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

md5sums="adb57ca7614d15e5b307bf5e024b35a8  Test-Exception-0.31.tar.gz"