wok view wqy-bitmapfont/receipt @ rev 4075

Add: libupnp (The portable Universal Plug and Play)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Sep 13 23:57:55 2009 +0200 (2009-09-13)
parents 4d5189529764
children a8aaec062c69
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"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
15 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
16 }
18 pre_install()
19 {
20 fc-cache -v
21 }