wok-next view wqy-microhei/receipt @ rev 20433

mupdf: update patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 15:11:20 2018 +0100 (2018-02-05)
parents d1570adae0ba
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wqy-microhei"
4 VERSION="0.2.0-beta"
5 CATEGORY="fonts"
6 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)"
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="Apache GPL3"
9 WEB_SITE="http://wenq.org/index.cgi?MicroHei"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules() {
16 fontdir="$install/usr/share/fonts/truetype/WenQuanYi"
17 mkdir -p $fontdir
18 cp -a *.ttc $fontdir
19 cook_pick_docs *.txt
20 chown -R root:root $install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules() {
25 copy *.ttc
26 }