wok view wqy-bitmapfont/receipt @ rev 8990

Up: seamonkey to 2.0.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 04:51:31 2011 +0000 (2011-03-03)
parents a8aaec062c69
children 5ae6a120b179
line source
1 # SliTaz package receipt.
3 PACKAGE="wqy-bitmapfont"
4 VERSION="0.9.9"
5 CATEGORY="x-window"
6 SHORT_DESC="A popular Chinese bitmap font."
7 MAINTAINER="tsjz@ymail.com"
8 TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
9 WEB_SITE="http://www.wqy.org/"
10 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
11 TAGS="fonts"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
16 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
17 }
19 pre_install()
20 {
21 fc-cache -v > /dev/null 2>&1
22 }