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

Up netsurf stuff, lxpanel, slitaz-next...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 27 17:54:12 2017 +0300 (2017-09-27)
parents d1570adae0ba
children 9b3461bf373c
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@19868 9 WEB_SITE="http://wenq.org/index.cgi?MicroHei"
al@19868 10
tsjz@3221 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
tsjz@3221 12 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 13
pascal@9070 14 # Rules to configure and make the package.
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
tsjz@3221 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19868 24 genpkg_rules() {
al@19868 25 copy *.ttc
tsjz@3221 26 }