wok annotate croscore-fonts/receipt @ rev 23909

Up tazinst (1021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 08 17:52:43 2020 +0000 (2020-08-08)
parents d1570adae0ba
children b01314c762e9
rev   line source
al@13928 1 # SliTaz package receipt.
al@13928 2
al@13928 3 PACKAGE="croscore-fonts"
Hans-G?nter@20812 4 VERSION="1.31.0"
al@19125 5 CATEGORY="fonts"
Hans-G?nter@20812 6 TAGS="font ttf"
Hans-G?nter@20812 7 SHORT_DESC="Chrome OS Fonts: Arimo (sans), Cousine (monospace), and Tinos (serif)"
al@13928 8 MAINTAINER="al.bobylev@gmail.com"
al@14742 9 LICENSE="SIL_OFL"
al@13928 10 WEB_SITE="http://fedoraproject.org/wiki/Google_Croscore_fonts"
Hans-G?nter@20812 11
Hans-G?nter@20812 12 TARBALL="croscorefonts-$VERSION.tar.bz2"
al@13928 13 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
al@13928 14
al@13928 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13928 16 genpkg_rules()
al@13928 17 {
al@13928 18 FONTPATH=$fs/usr/share/fonts/truetype/croscore
al@13928 19 mkdir -p $FONTPATH
al@13928 20
al@13928 21 for FILE in $src/*.ttf; do
al@13928 22 install -Dm444 $FILE $FONTPATH
al@13928 23 done
al@13928 24 }