wok annotate 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
rev   line source
al@13927 1 # SliTaz package receipt.
al@13927 2
al@13927 3 PACKAGE="ttf-roboto-base"
al@13927 4 VERSION="20120823"
al@13927 5 CATEGORY="x-window"
al@13927 6 SHORT_DESC="Android Roboto Fonts (base family)"
al@13927 7 MAINTAINER="al.bobylev@gmail.com"
al@13927 8 LICENSE="Apache License 2.0 /usr/share/fonts/truetype/ttf-roboto/COPYING.txt"
al@13927 9 WEB_SITE="http://developer.android.com/design/style/typography.html"
al@13927 10 TARBALL="Roboto_Hinted_$VERSION.zip"
al@13927 11 WGET_URL="http://developer.android.com/downloads/design/$TARBALL"
al@13927 12 TAGS="font ttf"
al@13927 13
al@13927 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13927 15 genpkg_rules()
al@13927 16 {
al@13927 17 FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto
al@13927 18 mkdir -p $FONTPATH
al@13927 19 for FONT in Regular Bold Italic BoldItalic; do
al@13927 20 install -Dm444 $src/Roboto-$FONT.ttf $FONTPATH
al@13927 21 done
al@13927 22 install -Dm444 $src/COPYING.txt $FONTPATH
al@13927 23 }