wok annotate croscore-fonts/receipt @ rev 20415

*l2tp*: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 02 13:34:15 2018 +0200 (2018-08-02)
parents 7a526dcd4932
children 3b8e19f28788
rev   line source
al@13928 1 # SliTaz package receipt.
al@13928 2
al@13928 3 PACKAGE="croscore-fonts"
al@13928 4 VERSION="1.23.0"
al@19125 5 CATEGORY="fonts"
al@13928 6 SHORT_DESC="Chrome OS Fonts: Arimo (sans), Cousine (monospace), Tinos (serif), and Symbol Neu (symbol)"
al@13928 7 MAINTAINER="al.bobylev@gmail.com"
al@14742 8 LICENSE="SIL_OFL"
al@13928 9 WEB_SITE="http://fedoraproject.org/wiki/Google_Croscore_fonts"
al@13928 10 TARBALL="croscorefonts-$VERSION.tar.gz"
al@13928 11 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
al@13928 12 TAGS="font ttf"
al@13928 13
al@13928 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13928 15 genpkg_rules()
al@13928 16 {
al@13928 17 FONTPATH=$fs/usr/share/fonts/truetype/croscore
al@13928 18 mkdir -p $FONTPATH
al@13928 19
al@13928 20 for FILE in $src/*.ttf; do
al@13928 21 install -Dm444 $FILE $FONTPATH
al@13928 22 done
al@13928 23 }