PKGBUILDs/extra/ttf-indic-otf/PKGBUILD
2009-10-09 21:23:22 -05:00

20 lines
628 B
Bash

# $Id: PKGBUILD 37854 2009-05-04 01:21:18Z eric $
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
pkgname=ttf-indic-otf
pkgver=0.2
pkgrel=4
pkgdesc="Indic Opentype Fonts collection"
arch=(i686 x86_64)
url="http://www.indlinux.org/wiki/index.php/Downloads"
license=('GPL')
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
install=ttf.install
source=(http://www.indlinux.org/downloads/files/indic-otf-0.2.tar.gz)
md5sums=('d50bb65a39d78608be3560f38f003d21')
build() {
cd ${srcdir}/indic/OpenType
install -d ${pkgdir}/usr/share/fonts/TTF
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
}