aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-math-round/APKBUILD
blob: 31f23485e7deb0978778b0d1ff2964cd88f515c1 (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
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-math-round
pkgver=0.07
pkgrel=0
pkgdesc="Math::Round perl module"
url="http://search.cpan.org/dist/Math-Round/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl"
makedepends="perl-dev"
install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz"

_builddir="$srcdir"/Math-Round-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

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

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

md5sums="b74c5d2a3f891c19dafd7ce638732fd1  Math-Round-0.07.tar.gz"
sha256sums="73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327  Math-Round-0.07.tar.gz"
sha512sums="7b25c907b4d2c7d8f9d9318991739ea6dfd104d75f9d7f88057739a21072a003306669a9affafed752a20ec97d6341560216492a80ac49f7b456ea54121211b7  Math-Round-0.07.tar.gz"