1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=ttf-linux-libertine-g
6 pkgdesc="Graphite port of Linux Libertine and Linux Biolinum"
8 url="http://numbertext.org/linux/"
9 license=(GPL 'custom:OFL')
10 depends=(fontconfig xorg-fonts-encodings xorg-font-utils)
11 install=$pkgname.install
12 md5sums=(30c468d0c27ae4784195b53f78bc6f64)
13 source=(http://www.numbertext.org/linux/$md5sums-$_pkgname-$pkgver.zip)
16 cd "$srcdir/$_pkgname"
18 install -dm755 "$pkgdir/usr/share/fonts/TTF"
19 install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
21 install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
22 install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README