mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
22 lines
641 B
Bash
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/
|
|
}
|
|
|
|
|