PKGBUILDs/extra/ttf-tibetan-machine/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
641 B
Bash

# $Id: PKGBUILD 37857 2009-05-04 01:31:52Z eric $
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
pkgname=ttf-tibetan-machine
pkgver=20020930
pkgrel=2
pkgdesc="Tibetan Machine TTFont"
arch=(i686 x86_64)
url="http://www.thdl.org/tools/fonts/tibfonts.php?l=uva10928423419921"
license=('GPL2')
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
install=ttf.install
source=("http://www.thdl.org/tools/dls/fonts/TibetanMachineUnicodeFont.zip")
md5sums=('39d9f6bf83362d45ed5d8d5f7831d153')
build() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/fonts/TTF
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
}