wok diff ttf-roboto-base/receipt @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents
children 7a526dcd4932
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ttf-roboto-base/receipt	Sat Apr 27 03:10:35 2013 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ttf-roboto-base"
     1.7 +VERSION="20120823"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Android Roboto Fonts (base family)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="Apache License 2.0 /usr/share/fonts/truetype/ttf-roboto/COPYING.txt"
    1.12 +WEB_SITE="http://developer.android.com/design/style/typography.html"
    1.13 +TARBALL="Roboto_Hinted_$VERSION.zip"
    1.14 +WGET_URL="http://developer.android.com/downloads/design/$TARBALL"
    1.15 +TAGS="font ttf"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto
    1.21 +	mkdir -p $FONTPATH
    1.22 +	for FONT in Regular Bold Italic BoldItalic; do
    1.23 +		install -Dm444 $src/Roboto-$FONT.ttf $FONTPATH
    1.24 +	done
    1.25 +	install -Dm444 $src/COPYING.txt $FONTPATH
    1.26 +}