wok annotate wqy-bitmapfont/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents a8aaec062c69
children 5ae6a120b179
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"
jozee@4976 11 TAGS="fonts"
tsjz@3221 12
tsjz@3221 13 genpkg_rules()
tsjz@3221 14 {
pankso@3609 15 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
pankso@3609 16 cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
tsjz@3221 17 }
tsjz@3221 18
tsjz@3221 19 pre_install()
tsjz@3221 20 {
rocky@4354 21 fc-cache -v > /dev/null 2>&1
tsjz@3221 22 }