1 # Maintainer: Mike Redd <mredd@0tue0.com>
2 # Contributor: Mike Redd <mredd@0tue0.com>
7 pkgdesc="Matchbook is a simple and functional set of two typefaces we designed in a serif and sans-serif version. by: One By Four"
10 url="http://www.onebyfourstudio.com/projects/fonts/2009/matchbook-typefaces/"
11 _url="http://www.onebyfourstudio.com/wp-content/uploads/2009/09"
12 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
14 source=("$_url/$_realname.zip" "$_url/$_realname-Serif.zip")
16 md5sums=('3e21f533f3f4e6cbca4246b7c8c1cef3'
17 'b67eeb9e39bebb1b3266daa44ada4ae3')
21 install -d $pkgdir/usr/share/fonts/TTF/
22 install -m644 $_realname/*.ttf $startdir/pkg/usr/share/fonts/TTF/
23 install -m644 $_realname\ Serif/*.ttf $startdir/pkg/usr/share/fonts/TTF/|| return 1
24 install -Dm644 $_realname/*.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE