updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / ttf-orbitron / PKGBUILD
blobca9d4efbc97965d8f5116090c50a7f13cc3eb8b4
1 # Maintainer: Mike Redd <mredd@0tue0.com>
2 # Contributor: Mike Redd <mredd@0tue0.com>
3 pkgname=ttf-orbitron
4 _realname=Orbitron
5 pkgver=1
6 pkgrel=1
7 pkgdesc="Orbitron is a geometric sans-serif typeface intended for display purposes. by: Matt McInerney"
8 arch=('any')
9 license=('OFL')
10 url="http://www.google.com/webfonts/family?family=Orbitron&subset=latin#description"
11 _url="http://s3.amazonaws.com/theleague-production/fonts/orbitron.zip?1259853388"
12 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 install=ttf.install
14 source=("$_url/$_realname.zip" "http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt")
16 md5sums=('64f4966fc00f5396bea757f391e6cdf4'
17          '6ed93967ff0dc6dd9c8d31c17f817a06')
19 build() {
20   cd $srcdir
21   install -d $pkgdir/usr/share/fonts/TTF/
22   install -m644 $_realname/TTF/*.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1
23   install -Dm644 *.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE