wok rev 13928

Add croscore-fonts: Chrome OS Fonts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 26 05:19:53 2013 +0000 (2013-01-26)
parents 8641da148c78
children 2e19c1ad8dd7
files croscore-fonts/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/croscore-fonts/receipt	Sat Jan 26 05:19:53 2013 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="croscore-fonts"
     1.7 +VERSION="1.23.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Chrome OS Fonts: Arimo (sans), Cousine (monospace), Tinos (serif), and Symbol Neu (symbol)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="SIL Open Font License http://en.wikipedia.org/wiki/SIL_Open_Font_License"
    1.12 +WEB_SITE="http://fedoraproject.org/wiki/Google_Croscore_fonts"
    1.13 +TARBALL="croscorefonts-$VERSION.tar.gz"
    1.14 +WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$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/croscore
    1.21 +	mkdir -p $FONTPATH
    1.22 +
    1.23 +	for FILE in $src/*.ttf; do
    1.24 +		install -Dm444 $FILE $FONTPATH
    1.25 +	done
    1.26 +}