summaryrefslogtreecommitdiff
path: root/community/texvc/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
commit3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch)
tree68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /community/texvc/PKGBUILD
parent7f3d7e2203a9252280361a1d095528cb056d08dc (diff)
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/liboglappth/PKGBUILD community/texvc/PKGBUILD extra/libvdpau/PKGBUILD extra/minicom/PKGBUILD extra/muparser/PKGBUILD extra/netkit-bsd-finger/PKGBUILD extra/normalize/PKGBUILD
Diffstat (limited to 'community/texvc/PKGBUILD')
-rw-r--r--community/texvc/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/texvc/PKGBUILD b/community/texvc/PKGBUILD
index 0ec5e473c..a76b828bc 100644
--- a/community/texvc/PKGBUILD
+++ b/community/texvc/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 52119 2011-07-20 10:22:26Z spupykin $
+# $Id: PKGBUILD 59805 2011-11-30 12:45:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=texvc
-pkgver=1.17.0
+pkgver=1.18.0
+_svnrev=103240
pkgrel=1
pkgdesc="tex to HTML/MathML/png converter used by mediawiki"
arch=(i686 x86_64 'mips64el')
-url="http://www.mediawiki.org/"
+url="http://www.mediawiki.org/wiki/Extension:Math"
license=("GPL")
depends=('imagemagick' 'ghostscript' 'texlive-core' 'texlive-latexextra')
makedepends=('ocaml')
-source=(http://download.wikimedia.org/mediawiki/1.17/mediawiki-$pkgver.tar.gz)
-md5sums=('871a00a8eb6dcae1b7b654ae635af7cd')
+source=(http://upload.wikimedia.org/ext-dist/Math-MW1.18-r${_svnrev}.tar.gz)
+md5sums=('bd24346536339034b29e65341683a2c1')
build() {
- cd $srcdir/mediawiki-$pkgver/math
+ cd $srcdir/Math/math
make
install -d -m 0755 $pkgdir/usr/bin
install -m 0755 texvc $pkgdir/usr/bin