updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ttf-linux-libertine-g / PKGBUILD
blob13b773a6135dde7ec7ff0d2a3907c3133bb7ad7e
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=ttf-linux-libertine-g
3 _pkgname=LinLibertineG
4 pkgver=20110922
5 pkgrel=1
6 pkgdesc="Graphite port of Linux Libertine and Linux Biolinum"
7 arch=(any)
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)
15 package() {
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