wok view ttf-roboto-base/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents d1570adae0ba
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-roboto-base"
4 VERSION="1.2"
5 CATEGORY="fonts"
6 SHORT_DESC="Android Roboto Fonts (base family)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://developer.android.com/design/style/typography.html"
10 TARBALL="roboto-$VERSION.zip"
11 WGET_URL="https://developer.android.com/downloads/design/$TARBALL"
12 TAGS="font ttf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto
18 mkdir -p $FONTPATH
20 for FONT in Regular Bold Italic BoldItalic; do
21 install -Dm444 $src/Roboto_v$VERSION/Roboto/Roboto-$FONT.ttf $FONTPATH
22 done
23 }