updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / blahtexml / PKGBUILD
blob34bbe44db91d723de7c868d7daa4a7c296baa452
1 # Contributor: Thomas Dziedzic < gostrc at gmail >
2 # Contributor: Abhishek Dasgupta <abhidg@gmail.com>
4 pkgname=blahtexml
5 pkgver=0.9
6 pkgrel=1
7 pkgdesc='Converts TeX equations into MathML'
8 arch=('i686' 'x86_64')
9 url='http://gva.noekeon.org/blahtexml'
10 license=('GPL')
11 depends=('xerces-c')
12 source=("http://gva.noekeon.org/blahtexml/blahtexml-${pkgver}-src.tar.gz")
13 md5sums=('ed790599223c2f8f6d205be8988882de')
15 build() {
16   cd blahtexml-${pkgver}
18   make blahtexml-linux
21 package() {
22   cd blahtexml-${pkgver}
24   install -D blahtexml \
25     ${pkgdir}/usr/bin/blahtexml