mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
20 lines
713 B
Bash
20 lines
713 B
Bash
# $Id: PKGBUILD 37855 2009-05-04 01:23:42Z eric $
|
|
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
|
|
|
|
pkgname=ttf-isabella
|
|
pkgver=1.003
|
|
pkgrel=4
|
|
pkgdesc="Historic Isabella TTFont - based on Isabella Breviary, made around 1497, in Holland, for Isabella of Castille, the first queen of united Spain"
|
|
arch=(i686 x86_64)
|
|
url="http://www.thibault.org/fonts/isabella/"
|
|
license=('LGPL')
|
|
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
|
|
install=ttf.install
|
|
source=("http://www.thibault.org/fonts/isabella/Isabella.tar.gz")
|
|
md5sums=('07894a5e5291fcb6a24d628fd9702c5e')
|
|
|
|
build() {
|
|
cd ${srcdir}
|
|
install -d ${pkgdir}/usr/share/fonts/TTF
|
|
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
|
|
}
|