wok annotate wqy-microhei/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 8d64ce80ab95
children 7cfc423aaa00
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"
al@19125 5 CATEGORY="fonts"
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 }