wok-next view wqy-bitmapfont/receipt @ rev 3543

Add axel tools
author Liu Peng <rocky@slitaz.org>
date Tue Jun 23 11:52:01 2009 +0800 (2009-06-23)
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 }