updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / otf-gfs-majuscule / PKGBUILD
blob314cf95795a5452df49631d02da0127c32bc5750
1 # Maintainer: Angel Sartonev <a.sartonev at gmail dot com>
3 pkgname=otf-gfs-majuscule
4 pkgver=20110730
5 pkgrel=1
6 pkgdesc='Open Font Majuscule typefaces, provided by the Greek Font Society'
7 arch=(any)
8 url='http://www.greekfontsociety.gr/pages/gr_typefaces1.html'
9 license=('custom:OTF')
10 depends=('fontconfig' 'xorg-font-utils')
11 install='otf-gfs-majuscule.install'
12 source=('http://www.greekfontsociety.gr/GFS_AMBROSIA.zip'
13         'http://www.greekfontsociety.gr/GFS_FLEISCHMAN.zip'
14         'http://www.greekfontsociety.gr/GFS_EUSTACE.zip'
15         'http://www.greekfontsociety.gr/GFS_NICEFORE.zip'
16         'http://www.greekfontsociety.gr/GFS_JACKSON.zip'
17         'http://www.greekfontsociety.gr/GFS_GARALDUS.zip'
18         'http://www.greekfontsociety.gr/GFS_IGNACIO.zip')
19 md5sums=('891a6e880ca0ef06223eedfab7c0e035'
20          'adcb048bdca18dd243c0337bdb0c5ecd'
21          'b54eea11af83c569b861a17800fb1945'
22          '02fcaf05448bb0df6696567975014132'
23          '73d235051292e23bc807c71d8c951e6b'
24          '7638996769c9162f0d8b8885c18af68f'
25          'ec397b1199ca79404adec355eeb5c163')
26 build() {
27   install -d $pkgdir/usr/share/fonts/OTF/
28   install -Dm644 $srcdir/GFS*/*otf $pkgdir/usr/share/fonts/OTF/
29   install -d $pkgdir/usr/share/licenses/$pkgname/
30   install -Dm644 $srcdir/GFS_AMBROSIA/OFL* $pkgdir/usr/share/licenses/$pkgname
34 # vim:set ts=2 sw=2 et: