updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / perl-encode-escape / PKGBUILD
blobc29e44643bdeb03397c759d1e5ee623550ec914b
1 pkgname=perl-encode-escape
2 _PkgName=Encode-Escape
3 pkgver=0.14
4 pkgrel=1
5 pkgdesc="Encode::Escape - Perl extension for Encodings of various escape sequences"
6 arch=("any")
7 url="http://search.cpan.org/~you/Encode-Escape-0.14/"
8 license=('custom')
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')
15 build() {
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
19   make
20   #make test
21   make install DESTDIR=$pkgdir