updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / latex-mathabx / PKGBUILD
blobcc7feba9d028d861a404d74231655eb9d15766c7
1 # Maintainer: Michael Schubert <mschu.dev at gmail>
3 pkgname=latex-mathabx
4 _pkgname=mathabx
5 pkgver=2005.05.18
6 pkgrel=1
7 pkgdesc="Mathematical symbols not included in the standard distribution"
8 arch=('any')
9 url="http://www.ctan.org/tex-archive/fonts/mathabx"
10 license=('unknown')
11 depends=('texlive-core')
12 source=("http://mirror.ctan.org/fonts/mathabx.zip")
13 install="$pkgname.install"
14 md5sums=('82eecbe10d9f5593e01d257523a03c42')
16 package() {
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 {} \;