summaryrefslogtreecommitdiffstats
path: root/main/perl-time-modules/APKBUILD
blob: ed90c9df5550d78e02078dee491bec6ec4a7d087 (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-modules
_realname=Time-modules
pkgver=2011.0517
pkgrel=1
pkgdesc="Timezone perl module"
url="http://search.cpan.org/dist/Time-Modules/"
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="67204ebc06211a877665765f91dc4e51  Time-modules-2011.0517.tar.gz"