updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / perl-html-rewriteattributes / PKGBUILD
blob0cdc0acc10296596ea526151c86513d87e3dfde9
1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-html-rewriteattributes
4 pkgver=0.04
5 pkgrel=1
6 pkgdesc="Concise attribute rewriting"
7 arch=('i686' 'x86_64')
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')
15 build() {
16         cd "$srcdir/HTML-RewriteAttributes-$pkgver"
17         PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
18         make
21 package() {
22         cd "$srcdir/HTML-RewriteAttributes-$pkgver"
23         make install DESTDIR="$pkgdir"