summaryrefslogtreecommitdiffstats
path: root/testing/perl-time-parsedate/APKBUILD
blob: 10cdef6a776fff48b4bd0129a8f5cb2f316ec4c9 (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-time-parsedate
_realname=Time-modules
pkgver=2006.0814
pkgrel=1
pkgdesc="Timezone perl module"
url="http://search.cpan.org/dist/Astro-SunTime/"
arch="noarch"
license="GPL PerlArtistic"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/$_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="790c6739f601b85654fac9ee516b18d8  Time-modules-2006.0814.tar.gz"