wok annotate wqy-bitmapfont/receipt @ rev 6693
Added 2 patches to make. Patches came from archlinux.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 01:41:55 2010 +0000 (2010-10-13) |
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 } |