aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-astro-suntime/APKBUILD
blob: 07b2f4d372d47e88f1b2cf23b91c80ea9e53e3b6 (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
# Contributor:  Francesco Colista <francesco.colista@gmail.com>
# Maintainer:  Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-astro-suntime
_realname=Astro-SunTime
pkgver=0.06
pkgrel=0
pkgdesc="Provides a function interface to calculate sun rise/set times."
url="http://search.cpan.org/dist/Astro-SunTime/"
arch="noarch"
license="GPL PerlArtistic"
depends="perl"
makedepends="perl-dev perl-time-modules"
install=
subpackages=""
source="http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/$_realname-$pkgver.tar.gz"

_builddir="$srcdir/$_realname-$pkgver"

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
	# creates file collision among perl modules
	find "$pkgdir" -name perllocal.pod -delete

}

sha512sums="58efedf8aa401ac9d4dbd526e19d67429b9740588e8706f7d5320c35b20e98014c5978ef9d76eacbfa551f5c323a74ad106331748a6ad77c537c0750da8ae65e  Astro-SunTime-0.06.tar.gz"