updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / ttf-pt-serif / PKGBUILD
bloba3ce29ef185c26899e4c454c7163f0bff15bc199
1 # Maintainer IIIcyg <IIIcyg@gmail.com>
3 pkgname=ttf-pt-serif
4 pkgver=20110612
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-serif.install
12 source=(http://www.fontstock.com/public/PTSerif.zip)
13 md5sums=('2eeedf4302179d8dda95876a76a99b31')
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.2.txt','PT Free Font License_eng_1.2.txt'} "$pkgdir/usr/share/licenses/$pkgname/" || return 1