1 pkgname=perl-encode-escape
5 pkgdesc="Encode::Escape - Perl extension for Encodings of various escape sequences"
7 url="http://search.cpan.org/~you/Encode-Escape-0.14/"
10 source=("http://search.cpan.org/CPAN/authors/id/Y/YO/YOU/$_PkgName-$pkgver.tar.gz"
11 "fix-unwanted-newlines.patch")
12 md5sums=('9edd98f8abf1a21a4fe5009a2c1018a5'
13 'b478e4bf5c26656221813d1959099ff6')
16 cd $srcdir/$_PkgName-0.14
17 patch -Np1 -i ../fix-unwanted-newlines.patch
18 PERL_MM_USE_DEFAULT=1 perl Makefile.PL # INSTALLDIRS=vendor
21 make install DESTDIR=$pkgdir