wok annotate 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 |
rev | line source |
---|---|
tsjz@3221 | 1 PACKAGE="wqy-bitmapfont" |
tsjz@3221 | 2 VERSION="0.9.9" |
mallory@3288 | 3 CATEGORY="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 } |