aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-astro-suntime/APKBUILD
blob: 5406be3480ca4f8bbfff7e8e70a7f52900471a96 (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
# Contributor:  Francesco Colista <francesco.colista@gmail.com>
# Maintainer:  Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-astro-suntime
_realname=Astro-SunTime
pkgver=0.05
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

}

md5sums="257f21614e8b46dff176c0b633d99d11  Astro-SunTime-0.05.tar.gz"
sha256sums="83f3d276849107b9f4fbef20d3d2849e3c751d751cfdfa67316470e9974543a7  Astro-SunTime-0.05.tar.gz"
sha512sums="215aaf7339b6dce9ddab86eeb0a0d8e628d11a017cac928886540cd6242ea7416606bd75dbc0cadb89149768c3b7ee27d50fec96b97a20fac70354b3838a9472  Astro-SunTime-0.05.tar.gz"