updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / cwttf-center / PKGBUILD
blob237b2c9ac55dfc0affbe224e1e1e590b0a782616
1 # Maintainer: michelin <linuxisfun0104@gmail.com>
2 pkgname=cwttf-center
3 pkgver=1.0
4 pkgrel=0
5 pkgdesc="Set of Chinese truetype fonts from cwTeX with Chinese punctuation in the center, 5 font family included"
6 arch=('i686' 'x86_64')
7 url="http://cle.linux.org.tw/fonts/cwttf/"
8 license=('GPL2')
9 depends=('fontconfig' 'xorg-font-utils')
10 conflicts=('cwttf-baseline')
11 install=ttf.install
12 source=("http://cle.linux.org.tw/fonts/cwttf/center/cwfs.ttf"
13 "http://cle.linux.org.tw/fonts/cwttf/center/cwheib.ttf"
14 "http://cle.linux.org.tw/fonts/cwttf/center/cwkai.ttf"
15 "http://cle.linux.org.tw/fonts/cwttf/center/cwming.ttf"
16 "http://cle.linux.org.tw/fonts/cwttf/center/cwyen.ttf")
18 build() {
19   cd "$srcdir"
20   install -Dm644 cwfs.ttf "$pkgdir/usr/share/fonts/cwttf/cwfs.ttf"
21   install -Dm644 cwheib.ttf "$pkgdir/usr/share/fonts/cwttf/cwheib.ttf"
22   install -Dm644 cwkai.ttf "$pkgdir/usr/share/fonts/cwttf/cwkai.ttf"
23   install -Dm644 cwming.ttf "$pkgdir/usr/share/fonts/cwttf/cwming.ttf"
24   install -Dm644 cwyen.ttf "$pkgdir/usr/share/fonts/cwttf/cwyen.ttf"
26 md5sums=('5f3594986b9b28b3142b4741263d1e00'
27          'c9b80c31983466ddd7f0ec5a7f4e5e24'
28          'a4b7484823c98911dbdf5851e6593def'
29          '97b6ad51b9a355bb002cd436c5d8bdf6'
30          '22b8c6b8ebbdff1864ac8994c42f2e6b')