1 # Contributor: Michael Schmarck <michael@schmarck.cn>
2 # Based on gill-sans-font by Rudolf Olah <omouse@gmail.com> and
3 # ttf-anonymous by ezzetabi <ezzetabi at gawab dot com>
7 pkgdesc="Gill Sans font found on Mac OS X, converted by fondu"
9 url="http://en.wikipedia.org/wiki/Gill_Sans"
11 depends=(fontconfig xorg-fonts-encodings xorg-font-utils)
12 install=ttf-gill-sans.install
13 replaces=(gill-sans-font)
20 install -d -m755 "$startdir"/pkg/usr/share/fonts/TTF || return 1
21 install -m644 *.ttf "$startdir"/pkg/usr/share/fonts/TTF || return 1