updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / ttf-mgopen / PKGBUILD
blob9c31b33e630b9e4fa8977b295d1dd9fda4899efc
1 # Contributor: TDY <tdy@gmx.com>
2 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 # Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
4 pkgname=ttf-mgopen
5 pkgver=1.1
6 pkgrel=10
7 pkgdesc="TrueType fonts containing glyphs for the Latin and Greek alphabet"
8 arch=('i686' 'x86_64')
9 url="http://www.zvr.gr/typo/mgopen/index"
10 license=('custom')
11 depends=('fontconfig' 'xorg-font-utils')
12 install=ttf.install
13 source=(http://www.zvr.gr/typo/mgopen/files/MgOpen.tar.gz
14         license.txt)
15 md5sums=('9ad4bba3d173e92734320286bfff4c8e'
16          '3acbda96635d26a23c709d25177936bc')
18 build() {
19   cd "$srcdir"
20   install -dm755 "$pkgdir/usr/share/fonts/TTF"
21   install -Dm644 MgOpen*.ttf "$pkgdir/usr/share/fonts/TTF"
22   install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"