1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-html-rewriteattributes
6 pkgdesc="Concise attribute rewriting"
8 url="http://search.cpan.org/~sartak/HTML-RewriteAttributes-$pkgver/"
9 license=('GPL' 'PerlArtistic')
10 depends=('perl' 'perl-regexp-common')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/HTML-RewriteAttributes-$pkgver.tar.gz")
13 md5sums=('2f14d37ad31e91f2ee0c13d2f2cd329b')
16 cd "$srcdir/HTML-RewriteAttributes-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/HTML-RewriteAttributes-$pkgver"
23 make install DESTDIR="$pkgdir"