summaryrefslogtreecommitdiff
path: root/community/texvc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/texvc/PKGBUILD')
-rw-r--r--community/texvc/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD
index c428dd131..acea4610e 100644
--- a/community/texvc/PKGBUILD
+++ b/community/texvc/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=texvc
pkgver=1.20
pkgrel=1
pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.mediawiki.org/wiki/Extension:Math"
license=("GPL")
depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
@@ -16,11 +16,11 @@ md5sums=('ee8fceb0a86f2972409104767406591c')
build() {
cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
- make -j1
+ make -j1 texvc.bc
}
package() {
cd $srcdir/wikimedia-mediawiki-extensions-Math-*/math
install -d -m 0755 $pkgdir/usr/bin
- install -m 0755 texvc $pkgdir/usr/bin
+ install -m 0755 texvc.bc $pkgdir/usr/bin
}