updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / ttf-tahoma / PKGBUILD
blob08cba6b6e50f29cb744fb5967bf3fc6e7184c32f
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Thayer Williams <thayer@archlinux.org>
3 # Contributor: dale <dale@archlinux.org>
5 pkgname=ttf-tahoma
6 pkgver=3.14
7 pkgrel=2
8 pkgdesc="Tahoma and Tahoma Bold fonts from Microsoft"
9 arch=('any')
10 url="http://www.microsoft.com/typography/fonts/family.aspx?FID=19"
11 license=('custom')
12 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 makedepends=('cabextract')
14 install=ttf.install
15 source=(http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB
16         LICENSE)
17 md5sums=('358584cddb75ac90472c25f01b308ebe'
18          'dc2fbaad72b8d0eab8202818e3910261')
20 build() {
21   cd "$srcdir"
22   cabextract --lowercase --directory="$srcdir" IELPKTH.CAB -F '*.ttf' || return 1
23   install -Dm644 tahoma.ttf "$pkgdir/usr/share/fonts/TTF/tahoma.ttf"
24   install -Dm644 tahomabd.ttf "$pkgdir/usr/share/fonts/TTF/tahomabd.ttf"
25   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"