summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2612f24a850a842fecc45731fef06f3c790bc5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
_pkgname=saxpsa
pkgname=latex-${_pkgname}-ok
pkgver=13.03.2007
pkgrel=1
pkgdesc="Provides Type 1 font compatible with displaying APL."
arch=('any')
url="http://olegykj.sourceforge.net/"
license=('custom')
depends=('texlive-core')
source=("http://olegykj.sourceforge.net/fonts/${_pkgname}_ok.zip")
md5sums=('4d9fdeb829303fdcde2d9cce9a8e69d4')

package() {
    install -d ${pkgdir}/usr/share
    cp -r ${_pkgname}/texmf ${pkgdir}/usr/share/
}