1 #Maintained by ivoarch <ivayloarch@gmail.com>
5 pkgdesc="KePT Serif are balkan extension of PT Serif"
7 url="http://code.google.com/p/kept-fonts/"
9 depends=('fontconfig' 'xorg-font-utils')
10 install=ttf-keptserif.install
11 source=('http://kept-fonts.googlecode.com/files/keptserif-ttf-1.1.zip')
12 sha1sums=('163fbc4225c855100a845a4c448e5cd7e94d494f')
16 install -d "$pkgdir/usr/share/fonts/TTF"
17 install -d "$pkgdir/usr/share/licenses/$pkgname"
18 install -m644 README.txt "$pkgdir/usr/share/keptserif/README"
19 install -m644 FONTLOG.txt "$pkgdir/usr/share/keptserif/FONTLOG"
20 install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/" || return 1
21 install -m644 {'OFL.txt','OFL-FAQ.txt'} "$pkgdir/usr/share/licenses/$pkgname/" || return 1