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

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 8641da148c78
children abb8eb9a3350
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"
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 }