PKGBUILDs/extra/ttf-isabella/PKGBUILD

21 lines
713 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $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/
}