updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / ttf-eurofc / PKGBUILD
blob0fa0cfdaeb1da991cda82bef785707355e6ba59a
1 # Maintainer: TDY <tdy@gmx.com>
3 pkgname=ttf-eurofc
4 pkgver=1.0
5 pkgrel=5
6 pkgdesc="A eurofurence variant similar to renaissance typefaces, Futura, and other sans serif fonts"
7 arch=('any')
8 url="http://www.eurofurence.net/eurofclassic.html"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf.install
12 source=(http://www.eurofurence.net/eurofctt.zip)
13 md5sums=('91389f43a1e7f7ceaa1b35b1da6b7037')
15 build() {
16   cd "$srcdir"
17   install -dm755 "$pkgdir/usr/share/fonts/TTF"
18   install -Dm644 eurofc*.ttf "$pkgdir/usr/share/fonts/TTF"
19   install -Dm644 eurofctt.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"