summaryrefslogtreecommitdiffstats
path: root/main/perl-encode-locale/APKBUILD
blob: a2176f46fcf7f5263d0f67cb0490aa97eacd729b (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
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer:  Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-encode-locale
_realname=Encode-Locale
pkgver=1.04
pkgrel=0
pkgdesc="Perl module - Determine the locale encoding"
url="http://search.cpan.org/~gaas"
arch="noarch"
license="GPL PerlArtistic"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_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="0565984b048732e4fd1315212f21d462  Encode-Locale-1.04.tar.gz"
sha256sums="33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4  Encode-Locale-1.04.tar.gz"
sha512sums="28edec67cbb2d4b6da4ac6490ceb641258428944e4bf7b3972eecfcabe3da771ec0cf2eafd9402cac00a6f89ab6ea6097fa0a6185dfd48cbe2d908b0557db1b5  Encode-Locale-1.04.tar.gz"