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

cookutils: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 09 09:24:47 2013 +0100 (2013-03-09)
parents
children 7a526dcd4932
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-roboto-base"
4 VERSION="20120823"
5 CATEGORY="x-window"
6 SHORT_DESC="Android Roboto Fonts (base family)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache License 2.0 /usr/share/fonts/truetype/ttf-roboto/COPYING.txt"
9 WEB_SITE="http://developer.android.com/design/style/typography.html"
10 TARBALL="Roboto_Hinted_$VERSION.zip"
11 WGET_URL="http://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
19 for FONT in Regular Bold Italic BoldItalic; do
20 install -Dm444 $src/Roboto-$FONT.ttf $FONTPATH
21 done
22 install -Dm444 $src/COPYING.txt $FONTPATH
23 }