wok annotate wqy-microhei/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 2a21689b0af7
children d1570adae0ba
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)"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
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 }