mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
21 lines
740 B
Bash
21 lines
740 B
Bash
|
# $Id: PKGBUILD 28139 2009-02-28 00:33:17Z eric $
|
||
|
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
|
||
|
|
||
|
pkgname=ttf-arphic-ukai
|
||
|
pkgver=0.2.20080216.1
|
||
|
pkgrel=1
|
||
|
pkgdesc="Kaiti (brush stroke) unicode TTFonts"
|
||
|
arch=("i686" "x86_64")
|
||
|
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')
|
||
|
|
||
|
build() {
|
||
|
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
|
||
|
}
|