updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / ttf-pushkin / PKGBUILD
blobb59e2d368572caa629bff83e808b3d6059660721
1 pkgname=ttf-pushkin
2 pkgver=5.03
3 pkgrel=2
4 pkgdesc="Pushkin font"
5 arch=('any')
6 url="http://kde-look.org/content/show.php?content=106881&vote=good&tan=22273350"
7 license=('Creative Commons')
8 depends=('fontconfig' 'xorg-font-utils')
9 install=ttf.install
10 source=(http://kde-look.org/CONTENT/content-files/106881-newPushkin.ttf)
11 md5sums=('b0d0ce16f772ed5b62a921e339566347')
13 build() {
14         install -Dm644 $srcdir/*.ttf $pkgdir/usr/share/fonts/TTF/106881-newPushkin.ttf
15