updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-unifur / PKGBUILD
blob356bb9981cfac6b683788c2bad7e422dab84cf55
1 # Maintainer: TDY <tdy@gmx.com>
3 pkgname=ttf-unifur
4 pkgver=1.0
5 pkgrel=2
6 pkgdesc="A display font for book titles, ad slogans, logos, et al."
7 arch=('i686' 'x86_64')
8 url="http://www.eurofurence.net/unifur.html"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf.install
12 source=(http://www.eurofurence.net/unifurtt.zip)
13 md5sums=('4a134167a9341cb63ed80b532412e5a2')
15 build() {
16   cd "$srcdir"
17   install -Dm644 unifur.ttf "$pkgdir/usr/share/fonts/TTF/unifur.ttf"
18   install -Dm644 unifurtt.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"