1 # Contributor: Roman Timushev <romikt@gmail.com>
3 pkgname=ttf-liberastika
6 pkgdesc="Liberastika fonts based on Liberation Sans family with Cyrillic part redesigned"
9 url="http://code.google.com/p/liberastika/"
10 makedepends=('xz-utils')
11 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 source=(http://liberastika.googlecode.com/files/liberastika-ttf-${pkgver}.tar.xz)
14 noextract=(liberastika-ttf-${pkgver}.tar.xz)
15 md5sums=('7b4b98f882cc359d4b56264b01fc52eb')
19 tar Jxf liberastika-ttf-${pkgver}.tar.xz
20 install -d $pkgdir/usr/share/fonts/TTF/
21 install -m644 *.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1