# Automatically generated by apkbuild-cpan, template 1 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-html-rewriteattributes _pkgreal=HTML-RewriteAttributes pkgver=0.05 pkgrel=0 pkgdesc="concise attribute rewriting" url="http://search.cpan.org/dist/HTML-RewriteAttributes/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-html-tagset perl-uri perl-html-parser" cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/$_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 } md5sums="808ac50716f778f410a87658bd00f40c HTML-RewriteAttributes-0.05.tar.gz"