updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-gill-sans / PKGBUILD
blobdeb569de9aa93c6bb8711c8502308f21f81787c0
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>
4 pkgname=ttf-gill-sans
5 pkgver=1
6 pkgrel=2
7 pkgdesc="Gill Sans font found on Mac OS X, converted by fondu"
8 arch=(x86_64 i686)
9 url="http://en.wikipedia.org/wiki/Gill_Sans"
10 license=(custom)
11 depends=(fontconfig xorg-fonts-encodings xorg-font-utils)
12 install=ttf-gill-sans.install
13 replaces=(gill-sans-font)
14 source=()
15 md5sums=()
17 build() {
18   cd $startdir
20   install -d -m755 "$startdir"/pkg/usr/share/fonts/TTF || return 1
21   install -m644 *.ttf "$startdir"/pkg/usr/share/fonts/TTF || return 1