wok annotate wqy-bitmapfont/receipt @ rev 3221

Add: linuxqq and chinese font
author Chen Yufei <tsjz@ymail.com>
date Wed May 27 12:47:59 2009 +0800 (2009-05-27)
parents
children 4d5189529764
rev   line source
tsjz@3221 1 PACKAGE="wqy-bitmapfont"
tsjz@3221 2 VERSION="0.9.9"
tsjz@3221 3 CATEORY="x-window"
tsjz@3221 4 SHORT_DESC="A popular Chinese bitmap font."
tsjz@3221 5 MAINTAINER="tsjz@ymail.com"
tsjz@3221 6 TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
tsjz@3221 7 WEB_SITE="www.wqy.org"
tsjz@3221 8 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 9
tsjz@3221 10 genpkg_rules()
tsjz@3221 11 {
tsjz@3221 12 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
tsjz@3221 13 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
tsjz@3221 14 }
tsjz@3221 15
tsjz@3221 16 pre_install()
tsjz@3221 17 {
tsjz@3221 18 fc-cache -v
tsjz@3221 19 }