updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / perl-latex-decode / PKGBUILD
blob324d8751bb9053725744e20cf7229b751fff7106
1 # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
3 pkgname=perl-latex-decode
4 pkgver=0.03
5 pkgrel=1
6 pkgdesc="LaTeX::Decode - Decode from LaTeX to Unicode"
7 arch=('any')
8 url="http://search.cpan.org/~firmicus/LaTeX-Decode-$pkgver/lib/LaTeX/Decode.pm"
9 license=('PerlArtistic')
10 depends=('perl')
11 options=(!emptydirs !zipman)
12 source=("http://search.cpan.org/CPAN/authors/id/F/FI/FIRMICUS/LaTeX-Decode-$pkgver.tar.gz")
14 build() {
15   msg "Building LaTeX::Decode..."
16   cd "$startdir/src/LaTeX-Decode-$pkgver"
17   PERL_MM_USE_DEFAULT=1 perl Build.PL
18   ./Build
19   ./Build install --destdir $startdir/pkg
22 md5sums=('21a89deebc9839b9657a834e0d6b3126')