# $Id: PKGBUILD 59805 2011-11-30 12:45:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=texvc pkgver=1.18.0 _svnrev=103240 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.18-r${_svnrev}.tar.gz) md5sums=('bd24346536339034b29e65341683a2c1') build() { cd $srcdir/Math/math make install -d -m 0755 $pkgdir/usr/bin install -m 0755 texvc $pkgdir/usr/bin }