updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ttf-togoshi-monago / PKGBUILD
blob7e63ad4ba101fa0101ef03cea3d5914d2d4189b2
1 # Contributor: muflax <muflax@gmail.com>
3 pkgname=ttf-togoshi-monago
4 pkgver=20080629
5 pkgrel=1
6 pkgdesc="Japanese Togoshi font, based on Kochi Substitute - Monago"
7 arch=('any')
8 license=('custom')
9 url="http://togoshi-font.sourceforge.jp/"
10 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
11 install=ttf.install
12 source=("http://osdn.dl.sourceforge.jp/togoshi-font/31795/togoshi-monago-${pkgver}.tar.gz"
13         "license.txt")
14 md5sums=('7f243d857b72cc4b5d33faab5b1b4016'
15          '67b994aa1f9c1df99854757c103820aa')
16                                 
17 build() {
18   cd $srcdir
19   mkdir -p $pkgdir/usr/share/fonts/TTF
20   install -m644 togoshi-monago-$pkgver/togoshi-monago.ttf $pkgdir/usr/share/fonts/TTF/ || return 1
21   mkdir -p $pkgdir/usr/share/licenses/custom/${pkgname}
22   install -m644 license.txt $pkgdir/usr/share/licenses/custom/${pkgname}/license.txt || return 1