aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-encode/APKBUILD
blob: 67ec88b0dc7442256b4108077bb11b621b3cab91 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-encode
_pkgreal=Encode
pkgver=2.76
pkgrel=0
pkgdesc="character encodings in Perl"
url="http://search.cpan.org/dist/Encode/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc $pkgname-piconv"
source="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/$_pkgreal-$pkgver.tar.gz"

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

prepare() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	make && make test
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

# we split out /usr/bin/piconv to separate package to avoid conflict with
# piconv shipped with perl itself
piconv() {
	pkgdesc="perl implementation of iconv"
	mkdir -p "$subpkgdir"/usr/bin
	mv "$pkgdir"/usr/bin/piconv "$subpkgdir"/usr/bin/
}

md5sums="90ee2160d40ade6cc4c4aa1b1ff4745e  Encode-2.76.tar.gz"
sha256sums="0fa01359d34d1d129e9bcacb0b9bb821e36e9fb5f1404cfb557dfa680368f265  Encode-2.76.tar.gz"
sha512sums="69026bc73e23ad1ee1ceb311a2e9bde3bcdf1ddf67e4d5e800a65b4e69f3cda02b3fe61214d99e710a35ca6bdf9b6b29383cac1f7d62eb938807c4226a66f4a0  Encode-2.76.tar.gz"