wok-current annotate wqy-microhei/receipt @ rev 15828
bazaar-tools: I think cookutils only uses real wget when https is in WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 10:50:53 2014 +0000 (2014-01-24) |
parents | 22412c06b2c2 |
children | 8d64ce80ab95 |
rev | line source |
---|---|
tsjz@3221 | 1 # SliTaz package receipt. |
tsjz@3221 | 2 |
tsjz@3221 | 3 PACKAGE="wqy-microhei" |
tsjz@3221 | 4 VERSION="0.2.0-beta" |
tsjz@3221 | 5 CATEGORY="x-window" |
tsjz@3221 | 6 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)" |
tsjz@3221 | 7 MAINTAINER="lufeng369@gmail.com" |
pascal@15363 | 8 LICENSE="Apache GPL3" |
tsjz@3221 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
tsjz@3221 | 10 WEB_SITE="http://wenq.org/index.cgi?MicroHei" |
tsjz@3221 | 11 WGET_URL="$SF_MIRROR/wqy/$TARBALL" |
tsjz@3221 | 12 |
pascal@15363 | 13 DEPENDS="" |
pascal@15363 | 14 |
pascal@9070 | 15 # Rules to configure and make the package. |
pascal@9070 | 16 compile_rules() |
pascal@9070 | 17 { |
pascal@9070 | 18 mkdir -p $DESTDIR |
pascal@9070 | 19 cp -a $src/* $DESTDIR |
pascal@9070 | 20 } |
pascal@9070 | 21 |
tsjz@3221 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
tsjz@3221 | 23 genpkg_rules() |
tsjz@3221 | 24 { |
tsjz@3221 | 25 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi |
pascal@15363 | 26 cp -a $install/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi |
tsjz@3221 | 27 } |