updated on Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git] / ttf-keptserif / PKGBUILD
blobb727d8badd368b71a545ea5a0e5f94c00d2d06f1
1 #Maintained by ivoarch <ivayloarch@gmail.com> 
2 pkgname=ttf-keptserif
3 pkgver=1.1
4 pkgrel=1
5 pkgdesc="KePT Serif are balkan extension of PT Serif"
6 arch=('any')
7 url="http://code.google.com/p/kept-fonts/"
8 license=('OFL')
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')
14 build() {
15   cd "${srcdir}"
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