wok-next diff wqy-bitmapfont/receipt @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents dfef8de3d270
children
line diff
     1.1 --- a/wqy-bitmapfont/receipt	Fri Jan 30 10:17:37 2015 +0100
     1.2 +++ b/wqy-bitmapfont/receipt	Tue Dec 10 10:00:39 2019 +0100
     1.3 @@ -3,16 +3,15 @@
     1.4  PACKAGE="wqy-bitmapfont"
     1.5  VERSION="0.9.9"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="A popular Chinese bitmap font."
     1.8 -MAINTAINER="tsjz@ymail.com"
     1.9 +SHORT_DESC="A popular Chinese bitmap font"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://www.wqy.org/"
    1.13 +
    1.14  TARBALL="$PACKAGE-pcf-0.9.9-0.tar.gz"
    1.15 -WGET_URL="$SF_MIRROR/wqy/$PACKAGE/$VERSION/$TARBALL"
    1.16 -TAGS="font"
    1.17 +WGET_URL="$SF_MIRROR/wqy/$TARBALL"
    1.18  
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	FONT=/usr/share/fonts/wenquanyi/wqy-bitmapfont
    1.23  	mkdir -p \
    1.24  		$fs$FONT \
    1.25 @@ -22,9 +21,9 @@
    1.26  	cp -a $src/*.conf $fs/etc/fonts/conf.avail
    1.27  	ln -s ../conf.avail/85-wqy-bitmapsong.conf \
    1.28  		$fs/etc/fonts/conf.d/85-wqy-bitmapsong.conf
    1.29 +	TAGS="font"
    1.30  }
    1.31  
    1.32 -post_install()
    1.33 -{
    1.34 +post_install() {
    1.35  	chroot "$1/" fc-cache -f > /dev/null 2>&1
    1.36  }