wok diff wqy-bitmapfont/receipt @ rev 4095

Fix: PolicyKit0 FSH (again)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Sep 17 16:21:07 2009 +0200 (2009-09-17)
parents 4d5189529764
children a8aaec062c69
line diff
     1.1 --- a/wqy-bitmapfont/receipt	Wed Jun 03 15:15:51 2009 +0200
     1.2 +++ b/wqy-bitmapfont/receipt	Thu Sep 17 16:21:07 2009 +0200
     1.3 @@ -1,19 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="wqy-bitmapfont"
     1.7  VERSION="0.9.9"
     1.8  CATEGORY="x-window"
     1.9  SHORT_DESC="A popular Chinese bitmap font."
    1.10  MAINTAINER="tsjz@ymail.com"
    1.11  TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
    1.12 -WEB_SITE="www.wqy.org"
    1.13 +WEB_SITE="http://www.wqy.org/"
    1.14  WGET_URL="$SF_MIRROR/wqy/$TARBALL"
    1.15  
    1.16  genpkg_rules()
    1.17  {
    1.18 -mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    1.19 -cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    1.20 +	mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    1.21 +	cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    1.22  }
    1.23  
    1.24  pre_install()
    1.25  {
    1.26 -fc-cache -v
    1.27 +	fc-cache -v
    1.28  }