# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Natanael Copa 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"