wok diff wqy-microhei/receipt @ rev 6419

Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 26 17:02:23 2010 +0000 (2010-09-26)
parents
children 5ae6a120b179
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wqy-microhei/receipt	Sun Sep 26 17:02:23 2010 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wqy-microhei"
     1.7 +VERSION="0.2.0-beta"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)"
    1.10 +MAINTAINER="lufeng369@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://wenq.org/index.cgi?MicroHei"
    1.14 +WGET_URL="$SF_MIRROR/wqy/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +        mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi
    1.20 +        cp -a $PACKAGE/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi
    1.21 +}