wok view wqy-bitmapfont/receipt @ rev 3410

Fix mplayerplug-in compile with gcc44 and glibc210
author Rohit Joshi <jozee@slitaz.org>
date Fri Jun 12 17:28:25 2009 +0000 (2009-06-12)
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 }