wok view wqy-bitmapfont/receipt @ rev 7817

busybox/init: add subroot= parameter
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 25 15:12:42 2010 +0100 (2010-12-25)
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 }