Skip to content

Instantly share code, notes, and snippets.

Created May 6, 2011 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/958650 to your computer and use it in GitHub Desktop.
Save anonymous/958650 to your computer and use it in GitHub Desktop.
#Maintainer: Nathan Owe <ndowens04+AUR @ gmail.com>
pkgname=itex2mml
pkgver=1.4.5
pkgrel=1
pkgdesc="tex to MathML converter"
arch=('i686' 'x86_64')
url="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
depends=('gcc-libs')
license=('GPL' 'MPL')
source=(http://golem.ph.utexas.edu/~distler/blog/files/itexToMML.tar.gz)
md5sums=('0823c2a84f1424c2daa0fa07c20d31c6')
build() {
cd $srcdir/itexToMML/itex-src
install -d $pkgdir/usr/bin
make || return 1
sed -i "s|/usr/local/bin|$pkgdir/usr/bin|" Makefile
make DESTDIR=$pkgdir/ install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment