# Automatically generated by apkbuild-cpan, template 1 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-html-rewriteattributes _pkgreal=HTML-RewriteAttributes pkgver=0.04 pkgrel=0 pkgdesc="concise attribute rewriting" url="http://search.cpan.org/dist/HTML-RewriteAttributes/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-html-tagset perl-html-parser perl-uri" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { cd "$_builddir" make && make test } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="2f14d37ad31e91f2ee0c13d2f2cd329b HTML-RewriteAttributes-0.04.tar.gz"