updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / otf-triod-postnaja / PKGBUILD
blob45237e52d6730993f05912515fef83cc4441503a
1 # Contributor: feufochmar <feufochmar@d-20.fr>
2 pkgname=otf-triod-postnaja
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A font attempting to mimic the typefaces used to publish Old Church Slavonic service books prior to the 20th century."
6 arch=('any')
7 url="http://openfontlibrary.org/files/Daniel_J/97"
8 license=('custom:OFL')
9 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
10 install=triod-postnaja.install
11 source=("http://openfontlibrary.org/content/Daniel_J/97/TriodPostnaja.otf" "OFL.txt")
13 build() {
14   cd "$srcdir"
15   install -D -m644 OFL.txt "$pkgdir"/usr/share/licenses/$pkgname/OFL
16   mkdir -p  "$pkgdir"/usr/share/fonts/OTF
17   install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
21 md5sums=('3f9d6ed5e2597347a3dbfcfbcd1dd9ce'
22          'de4676c9bdca211c836e5a1fc2238ab7')