mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
20 lines
741 B
Bash
20 lines
741 B
Bash
# $Id: PKGBUILD 28142 2009-02-28 00:39:26Z eric $
|
|
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
|
|
|
|
pkgname=ttf-arphic-uming
|
|
pkgver=0.2.20080216.1
|
|
pkgrel=1
|
|
pkgdesc="Mingti (printed) 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-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz)
|
|
md5sums=('d219fcaf953f3eb1889399955a00379f')
|
|
|
|
build() {
|
|
cd ${srcdir}
|
|
install -D -m644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
|
|
install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
|
|
}
|