wok view wqy-bitmapfont/receipt @ rev 6189

Up: gnumeric to 1.10.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 10 20:13:50 2010 +0000 (2010-09-10)
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 }