1 # Contributor: Rick W. Chen <stuffcorpse@archlinux.us>
3 pkgname=ttf-dejavusans-yuanti
6 pkgdesc="Chinese Yuan Ti family based on DejaVu Sans Fonts"
8 url="http://forum.ubuntu.org.cn/viewtopic.php?t=110509"
9 license=(custom:Copyleft)
12 install=${pkgname}.install
13 source=("http://qinsdisk.googlecode.com/files/dejavusansyuanti.7z")
14 sha1sums=('2c03a6a38c8b8de93c7abeae512ba4449ab339bb')
15 md5sums=('c96df2210e55fecccd8a1c1407766f0e')
18 7z e -o"${srcdir}/${pkgname}" "${srcdir}/dejavusansyuanti.7z"
22 install -d -m755 "${pkgdir}/usr/share/fonts/TTF"
23 install -m644 "${srcdir}/${pkgname}"/DejaVuSansYuanTi*.ttf \
24 "${pkgdir}/usr/share/fonts/TTF/"
26 # vim:set ts=2 sw=2 et: