# $Id: PKGBUILD 73896 2012-07-16 14:22:08Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=texvc pkgver=1.19.1 _svnrev=110614 pkgrel=1 pkgdesc="tex to HTML/MathML/png converter used by mediawiki" arch=(i686 x86_64) url="http://www.mediawiki.org/wiki/Extension:Math" license=("GPL") depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra') makedepends=('ocaml') source=(http://upload.wikimedia.org/ext-dist/Math-MW1.19-${_svnrev}.tar.gz) md5sums=('d5217e19c26bc08201f9fe6bec8722ff') build() { cd $srcdir/Math/math make install -d -m 0755 $pkgdir/usr/bin install -m 0755 texvc $pkgdir/usr/bin }