updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / ttf-sugaku / PKGBUILD
blob2e34bfdb63eeec3e8d39970e2884f99e2be96421
1 # Maintainer: TDY <tdy@gmx.com>
3 pkgname=ttf-sugaku
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="A series of symbol fonts designed for mathematics with mathematical precision"
7 arch=('i686' 'x86_64')
8 url="http://cg.scs.carleton.ca/~luc/sugaku.html"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf.install
12 source=(http://cg.scs.carleton.ca/~luc/sugaku-ttffiles.zip license.txt)
13 md5sums=('31212041c0199b7248e170e518859348'
14          '9c1ee07c6817392ede48d3a53122a174')
16 build() {
17   cd "$srcdir"
18   install -dm755 "$pkgdir/usr/share/fonts/TTF"
19   install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
20   install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"