updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ttf-monofur / PKGBUILD
blobda4378e6b2dab7825c9590b40fee84722df35060
1 # Contributor: Tim Yang <tdy@gmx.com>
2 pkgname=ttf-monofur
3 pkgver=1.0
4 pkgrel=5
5 pkgdesc="A monospaced font derived from the eurofurence typeface family"
6 arch=('i686' 'x86_64')
7 url="http://www.eurofurence.net/monofur.html"
8 license=('custom')
9 depends=('fontconfig' 'xorg-font-utils')
10 install=ttf.install
11 source=(http://www.eurofurence.net/monof_tt.zip)
12 md5sums=('0038f54a4cce29c1aa7fdc765a72b935')
14 build() {
15   cd "$srcdir"
16   install -Dm644 monof55.ttf "$pkgdir/usr/share/fonts/TTF/monof55.ttf"
17   install -Dm644 monof56.ttf "$pkgdir/usr/share/fonts/TTF/monof56.ttf"
18   install -Dm644 monof_tt.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"