wok annotate wqy-microhei/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 22412c06b2c2
children 8d64ce80ab95
rev   line source
tsjz@3221 1 # SliTaz package receipt.
tsjz@3221 2
tsjz@3221 3 PACKAGE="wqy-microhei"
tsjz@3221 4 VERSION="0.2.0-beta"
tsjz@3221 5 CATEGORY="x-window"
tsjz@3221 6 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)"
tsjz@3221 7 MAINTAINER="lufeng369@gmail.com"
pascal@15363 8 LICENSE="Apache GPL3"
tsjz@3221 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
tsjz@3221 10 WEB_SITE="http://wenq.org/index.cgi?MicroHei"
tsjz@3221 11 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 12
pascal@15363 13 DEPENDS=""
pascal@15363 14
pascal@9070 15 # Rules to configure and make the package.
pascal@9070 16 compile_rules()
pascal@9070 17 {
pascal@9070 18 mkdir -p $DESTDIR
pascal@9070 19 cp -a $src/* $DESTDIR
pascal@9070 20 }
pascal@9070 21
tsjz@3221 22 # Rules to gen a SliTaz package suitable for Tazpkg.
tsjz@3221 23 genpkg_rules()
tsjz@3221 24 {
tsjz@3221 25 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi
pascal@15363 26 cp -a $install/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi
tsjz@3221 27 }