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

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 417f77dae192
children d5aab818505e
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"
10 REPOLOGY="fonts:wqy-microhei"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules() {
17 fontdir="$install/usr/share/fonts/truetype/WenQuanYi"
18 mkdir -p $fontdir
19 cp -a *.ttc $fontdir
20 cook_pick_docs *.txt
21 chown -R root:root $install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules() {
26 copy *.ttc
27 }