1 # Maintainer: Michael Schubert <mschu.dev at gmail>
7 pkgdesc="Mathematical symbols not included in the standard distribution"
9 url="http://www.ctan.org/tex-archive/fonts/mathabx"
11 depends=('texlive-core')
12 source=("http://mirror.ctan.org/fonts/mathabx.zip")
13 install="$pkgname.install"
14 md5sums=('82eecbe10d9f5593e01d257523a03c42')
17 TEXMF="/usr/share/texmf"
19 cd "$srcdir/$_pkgname"
21 mkdir -p "$pkgdir/$TEXMF/fonts/source/public/mathabx"
22 cp source/*.mf "$pkgdir/$TEXMF/fonts/source/public/mathabx/"
24 mkdir -p "$pkgdir/$TEXMF/tex/generic/misc"
25 cp texinputs/* "$pkgdir/$TEXMF/tex/generic/misc/"
27 find "$pkgdir" -type d -exec chmod 755 {} \;
28 find "$pkgdir" -type f -exec chmod 644 {} \;