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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 9b3461bf373c
children
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/wqy2/index.cgi?MicroHei"
10 REPOLOGY="fonts:wqy-microhei"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
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 genpkg_rules() {
24 copy *.ttc
25 }