# Contributor: bender02 at gmx dot com pkgname=latexdiff pkgver=0.5 pkgrel=3 pkgdesc="A Perl script which acts as a diff for LaTeX files." url="http://www.ctan.org/tex-archive/support/latexdiff/" license=("GPL2") arch=('any') depends=('perl>=5.8') source=('http://dante.ctan.org/tex-archive/support/latexdiff.zip') md5sums=('70fdec50c25c5807e7ec071b88d4af49') build() { cd $srcdir/latexdiff make INSTALLPATH=/usr install || return 1 }