wok annotate wqy-microhei/receipt @ rev 13436

Up: claws-mail-attremover(1.0.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:18:17 2012 +0200 (2012-10-07)
parents 5ae6a120b179
children 2a21689b0af7
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"
tsjz@3221 8 DEPENDS=""
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@9070 13 # Rules to configure and make the package.
pascal@9070 14 compile_rules()
pascal@9070 15 {
pascal@9070 16 mkdir -p $DESTDIR
pascal@9070 17 cp -a $src/* $DESTDIR
pascal@9070 18 }
pascal@9070 19
tsjz@3221 20 # Rules to gen a SliTaz package suitable for Tazpkg.
tsjz@3221 21 genpkg_rules()
tsjz@3221 22 {
tsjz@3221 23 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi
pascal@9072 24 cp -a $_pkg/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi
tsjz@3221 25 }