# Automatically generated by apkbuild-cpan, template 1 # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-encode _pkgreal=Encode pkgver=2.86 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="ebb87962b8cbaf0097721d0b7f1becfc Encode-2.86.tar.gz" sha256sums="dfdb3dc709ce29a366eb162297378cbc8a1ae6720df3aba2ef0bae38478dfb2a Encode-2.86.tar.gz" sha512sums="fa5feeb8f7b555c91322948cd526762fbdca6ef240b640800e7af0dcf75cffca48f8877a1a7b876798b8441de8a0075aeb50ea4769f52b1d180f68316c84d599 Encode-2.86.tar.gz"