wok view wqy-microhei/receipt @ rev 9619

Up: py3k to 3.2. Added CVE-2011-1521 security fix. Also added pyconfig.h to py3k so python3 works. Nothing depends on this package yet so updating it will not cause any problems.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 18 15:39:33 2011 +0000 (2011-04-18)
parents 5ae6a120b179
children 2a21689b0af7
line source
1 # SliTaz package receipt.
3 PACKAGE="wqy-microhei"
4 VERSION="0.2.0-beta"
5 CATEGORY="x-window"
6 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)"
7 MAINTAINER="lufeng369@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://wenq.org/index.cgi?MicroHei"
11 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mkdir -p $DESTDIR
17 cp -a $src/* $DESTDIR
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi
24 cp -a $_pkg/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi
25 }