# SliTaz package receipt.

PACKAGE="wqy-bitmapfont"
VERSION="0.9.9"
CATEGORY="x-window"
SHORT_DESC="A popular Chinese bitmap font."
MAINTAINER="tsjz@ymail.com"
TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
WEB_SITE="http://www.wqy.org/"
WGET_URL="$SF_MIRROR/wqy/$TARBALL"
TAGS="fonts"

# Rules to configure and make the package.
compile_rules()
{
	mkdir -p $DESTDIR
	cp -a $src/* $DESTDIR
}

genpkg_rules()
{
	mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
	cp -a $_pkg/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
}

pre_install()
{
	fc-cache -v > /dev/null 2>&1
}