updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / otf-goudybookletter1911 / PKGBUILD
blob272ed69c70ff509ca122bbecf8325b761bf33832
1 # Maintainer: Your Name brandon.waskiewicz@gmail.com
2 pkgname=otf-goudybookletter1911
3 pkgver=1.0
4 pkgrel=1
5 epoch=
6 pkgdesc="Goudy Bookletter 1911 open type font"
7 arch=('any')
8 url="http://www.theleagueofmoveabletype.com/fonts/8-goudy-bookletter-1911"
9 license=('Open Font License')
10 groups=()
11 depends=('fontconfig' 'xorg-font-utils')
12 makedepends=('unzip')
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=$pkgname.install
21 changelog=
22 source=(http://s3.amazonaws.com/theleague-production/fonts/goudy-bookletter-1911.zip)
23 noextract=('goudy-bookletter-1911.zip')
24 md5sums=('7feeaffba19662bd34cfec8a58295580')
26 build() {
27   cd "$srcdir/"
28   unzip goudy-bookletter-1911.zip GoudyBookletter1911.otf
29   mkdir -p $pkgdir/usr/share/fonts/OTF
30   cp *.otf $pkgdir/usr/share/fonts/OTF
33 # vim:set ts=2 sw=2 et: