wok-next view wqy-bitmapfont/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents dfef8de3d270
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.wqy.org/"
11 TARBALL="$PACKAGE-pcf-0.9.9-0.tar.gz"
12 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
14 genpkg_rules() {
15 FONT=/usr/share/fonts/wenquanyi/wqy-bitmapfont
16 mkdir -p \
17 $fs$FONT \
18 $fs/etc/fonts/conf.avail \
19 $fs/etc/fonts/conf.d
20 cp -a $src/*.pcf $fs$FONT
21 cp -a $src/*.conf $fs/etc/fonts/conf.avail
22 ln -s ../conf.avail/85-wqy-bitmapsong.conf \
23 $fs/etc/fonts/conf.d/85-wqy-bitmapsong.conf
24 TAGS="font"
25 }
27 post_install() {
28 chroot "$1/" fc-cache -f > /dev/null 2>&1
29 }