summaryrefslogtreecommitdiffstats
path: root/main/perl-error/APKBUILD
blob: 69cef77b705876eb6fc5befc0140bac106045b34 (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
# Maintainer:  Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-error
_realname=Error
pkgver=0.17021
pkgrel=0
pkgdesc="Perl module error/exception handling in an OO-ish way"
url="http://search.cpan.org/~shlomif/Error-$pkgver/"
arch="noarch"
license="GPL PerlArtistic"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_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
	# creates file collision among perl modules
	find "$pkgdir" -name perllocal.pod -delete
}

md5sums="fd98e0041b2acbfb19c6b492243709d2  Error-0.17021.tar.gz"
sha256sums="1c81c1b4cdf38ae089f1cd4ae5999e1ea15bbba3d259085acf829fb9874e760d  Error-0.17021.tar.gz"
sha512sums="7efd445b03e17d254a17cb1e6fb4db7d3674e9d5bc67fa075282318da8a4820dcba5ee1120b8be11a7fe27da211f97c3cae990733a9a9a7bb965b6d28ab87f10  Error-0.17021.tar.gz"