# $Id: PKGBUILD 146406 2012-01-10 21:17:56Z andrea $
# Maintainer:
# Contributor: Firmicus <francois.archlinux.org> 
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>

pkgname=ttf-arphic-ukai
pkgver=0.2.20080216.1
pkgrel=3
pkgdesc="Kaiti (brush stroke) unicode TTFonts"
arch=('any')
url="http://www.freedesktop.org/wiki/Software/CJKUnifonts"
license=('custom: Arphic Public_License')
depends=('fontconfig' 'xorg-font-utils')
install=ttf.install
source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz)
md5sums=('4d3beb55db000bfedd18c9c7d6e631d8')

package() {
  cd ${srcdir}
  install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc
  install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
}
