updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / ttf-pt-mono / PKGBUILD
blob6226ffa35b1fb0b57feabcc5b411eaabef188f8d
1 # Maintainer vschigrin <vschigrin@gmail.com>
3 pkgname=ttf-pt-mono
4 pkgver=20111230
5 pkgrel=1
6 pkgdesc="A set of free public TrueType fonts with support of national alphabets Russia"
7 arch=('any')
8 url="http://fonts.ru/public/"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf-pt-mono.install
12 source=(http://www.fontstock.com/public/PTMono.zip)
13 md5sums=('c355f14ffddb92e94606fae69d61cc83')
15 build() {
16   cd "${srcdir}"
17   install -d "$pkgdir/usr/share/fonts/TTF"
18   install -d "$pkgdir/usr/share/licenses/$pkgname"
19   install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" || return 1
20   install -m644 {'PT Free Font License_rus_1.3.txt','PT Free Font License_eng_1.3.txt'} "$pkgdir/usr/share/licenses/$pkgname/" || return 1