wok view wqy-bitmapfont/receipt @ rev 3594
gajim: revert patch host_srv.patch(use bind-client/host not busybox/nslookup)
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Sun Jun 28 13:47:18 2009 +0000 (2009-06-28) |
parents | 8dcea6d04ff9 |
children | 586729753bf9 |
line source
1 PACKAGE="wqy-bitmapfont"
2 VERSION="0.9.9"
3 CATEGORY="x-window"
4 SHORT_DESC="A popular Chinese bitmap font."
5 MAINTAINER="tsjz@ymail.com"
6 TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
7 WEB_SITE="www.wqy.org"
8 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
10 genpkg_rules()
11 {
12 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
13 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
14 }
16 pre_install()
17 {
18 fc-cache -v
19 }