wok annotate wqy-bitmapfont/receipt @ rev 4354

wqy-bitmapfont: UP post_install
author Liu Peng <rocky@slitaz.org>
date Sun Oct 04 09:50:24 2009 +0000 (2009-10-04)
parents 586729753bf9
children 35ec83c60e58
rev   line source
pankso@3609 1 # SliTaz package receipt.
pankso@3609 2
tsjz@3221 3 PACKAGE="wqy-bitmapfont"
tsjz@3221 4 VERSION="0.9.9"
mallory@3288 5 CATEGORY="x-window"
tsjz@3221 6 SHORT_DESC="A popular Chinese bitmap font."
tsjz@3221 7 MAINTAINER="tsjz@ymail.com"
tsjz@3221 8 TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
pankso@3609 9 WEB_SITE="http://www.wqy.org/"
tsjz@3221 10 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 11
tsjz@3221 12 genpkg_rules()
tsjz@3221 13 {
pankso@3609 14 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
pankso@3609 15 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
tsjz@3221 16 }
tsjz@3221 17
tsjz@3221 18 pre_install()
tsjz@3221 19 {
rocky@4354 20 fc-cache -v > /dev/null 2>&1
tsjz@3221 21 }