wok-next annotate wqy-microhei/receipt @ rev 21056

zim: fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 03 11:57:12 2018 +0200 (2018-12-03)
parents 9b3461bf373c
children
rev   line source
al@19868 1 # SliTaz package receipt v2.
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"
al@21020 9 WEB_SITE="http://wenq.org/wqy2/index.cgi?MicroHei"
al@20885 10 REPOLOGY="fonts:wqy-microhei"
al@19868 11
tsjz@3221 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
tsjz@3221 13 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 14
al@19868 15 compile_rules() {
al@19868 16 fontdir="$install/usr/share/fonts/truetype/WenQuanYi"
al@19868 17 mkdir -p $fontdir
al@19868 18 cp -a *.ttc $fontdir
al@19868 19 cook_pick_docs *.txt
al@19868 20 chown -R root:root $install
pascal@9070 21 }
pascal@9070 22
al@19868 23 genpkg_rules() {
al@19868 24 copy *.ttc
tsjz@3221 25 }