1 # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
3 pkgname=perl-latex-decode
6 pkgdesc="LaTeX::Decode - Decode from LaTeX to Unicode"
8 url="http://search.cpan.org/~firmicus/LaTeX-Decode-$pkgver/lib/LaTeX/Decode.pm"
9 license=('PerlArtistic')
11 options=(!emptydirs !zipman)
12 source=("http://search.cpan.org/CPAN/authors/id/F/FI/FIRMICUS/LaTeX-Decode-$pkgver.tar.gz")
15 msg "Building LaTeX::Decode..."
16 cd "$startdir/src/LaTeX-Decode-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Build.PL
19 ./Build install --destdir $startdir/pkg
22 md5sums=('21a89deebc9839b9657a834e0d6b3126')