updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / ttf-santana / PKGBUILD
blobf38ee628cea695be3f739b8485984549e4cd15a8
1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=ttf-santana
4 pkgver=0
5 pkgrel=2
6 pkgdesc="A clean, Sans-like font"
7 arch=('any')
8 url="http://www.dafont.com/santana.font"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 source=("ttf-santana.zip::http://img.dafont.com/dl/?f=santana"
12         'LICENSE')
13 md5sums=('841183d6dba85e31d56f2f2fc92aef05'
14          '2c529a549be4b0eb15526282e828bad3')
15 install=ttf.install
17 package() {
18  for file in Santana-Black.ttf Santana-BlackCondensed.ttf Santana-Bold.ttf Santana-RegularCondensed.ttf Santana.ttf SantanaXtraCondensed.ttf; do
19   install -Dm 644 "$srcdir/$file" "$pkgdir/usr/share/fonts/TTF/$file"
20  done
21  install -Dm 644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"