1 # Maintainer: Apostolos Bessas <mpessas at gmail dot com>
6 pkgdesc='Selection of open type fonts from the Greek Font Society.'
8 url='http://www.greekfontsociety.gr/pages/gr_typefaces1.html'
11 install='otf-gfs.install'
12 source=('http://www.greekfontsociety.gr/GFS_DIDOT_OT.zip'
13 'http://www.greekfontsociety.gr/GFS_BODONI_OT.zip'
14 'http://www.greekfontsociety.gr/GFS_OLGA_OT.zip'
15 'http://www.greekfontsociety.gr/GFS_NEOHELLENIC_OT.zip'
16 'http://www.greekfontsociety.gr/GFS_ARTEMISIA_OT.zip'
17 'http://www.greekfontsociety.gr/GFS_THEOKRITOS_OT.zip'
18 'http://www.greekfontsociety.gr/GFS_ELPIS_OT.zip'
19 'http://www.greekfontsociety.gr/GFS_PYRSOS.zip'
20 'http://www.greekfontsociety.gr/GFS_DIDOTCLASS_OT.zip'
21 'http://www.greekfontsociety.gr/GFS_Porson_OT.zip'
22 'http://www.greekfontsociety.gr/GFS_SOLOMOS_OT.zip'
23 'http://www.greekfontsociety.gr/GFS_DECKER.zip'
24 'http://www.greekfontsociety.gr/GFS_PHILOSTRATOS.zip'
25 'http://www.greekfontsociety.gr/GFS_GOSCHEN.zip'
26 'http://www.greekfontsociety.gr/GFS_BODONICLASS_OT.zip'
27 'http://www.greekfontsociety.gr/GFS_BASKERVILLE_OT.zip'
28 'http://www.greekfontsociety.gr/GFS_GAZIS.zip'
29 'http://www.greekfontsociety.gr/GFS_COMPLUTUM_OT.zip')
30 md5sums=('b8fc2ea74d518c1254020ecec6f9cdc2'
31 '25b4e0ea7a9c02c87b99f1a7f95cf250'
32 'c7310eaf8445d9cd2758d0e88bed7e58'
33 'c6fb13b64a905186c2d406445d489422'
34 'e070b2cbb62b3135da2363a233a92abb'
35 'c557a9e9e366b938d4c85ef15059b868'
36 'b099427d71fdccb23820e386be8ccbd7'
37 'ad4bce50a20830c93bc6e4437f674e95'
38 '28b890ca211c17a1fadb0760eee4c246'
39 'a06cbd0d75493dcff0986b5f70818873'
40 '0c63e5ce5d1949d7ea98cf99baa53096'
41 'b2b4c8db6c51a7db93d614b29387ac42'
42 '81dedf8a53a2b0404a097c9504ebe19b'
43 '561eb499d90c5ba3606c9f4b5ed75f09'
44 'a581c49e12f5feed39c56135b47a2f55'
45 '0013531c2da40d71e1743b19cef290ee'
46 'a4c893f33da31e6152b5bd06c516b52d'
47 'b6857e9252be1141ad48276c7fc0a6b0')
50 install -d $pkgdir/usr/share/fonts/OTF/
51 install -Dm644 $srcdir/GFS*/*otf $pkgdir/usr/share/fonts/OTF/
52 install -d $pkgdir/usr/share/licenses/$pkgname/
53 install -Dm644 $srcdir/GFS_ARTEMISIA/OFL* $pkgdir/usr/share/licenses/$pkgname
57 # vim:set ts=2 sw=2 et: