wok-next annotate croscore-fonts/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 15f1e7e9a1c9
children
rev   line source
al@20952 1 # SliTaz package receipt v2.
al@13928 2
al@13928 3 PACKAGE="croscore-fonts"
al@20952 4 VERSION="1.31.0"
al@19125 5 CATEGORY="fonts"
al@20952 6 SHORT_DESC="Chrome OS Fonts: Arimo (sans), Cousine (monospace), Tinos \
al@20952 7 (serif), and Symbol Neu (symbol)"
al@13928 8 MAINTAINER="al.bobylev@gmail.com"
al@14742 9 LICENSE="SIL_OFL"
al@21020 10 WEB_SITE="https://fedoraproject.org/wiki/Google_Croscore_fonts"
al@20952 11 HOST_ARCH="any"
al@20952 12
al@20952 13 TARBALL="croscorefonts-$VERSION.tar.bz2"
al@13928 14 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
al@13928 15
al@20952 16 compile_rules() {
al@20952 17 FONTPATH=$install/usr/share/fonts/truetype/croscore
al@13928 18 mkdir -p $FONTPATH
al@13928 19
al@13928 20 for FILE in $src/*.ttf; do
al@20952 21 install -m444 $FILE $FONTPATH
al@13928 22 done
al@13928 23 }
al@20952 24
al@20952 25 genpkg_rules() {
al@20952 26 copy @std
al@20952 27 TAGS="font ttf"
al@20952 28 }