wok diff croscore-fonts/receipt @ rev 14277
Update some MAINTAINER
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 15:17:07 2013 +0200 (2013-04-06) |
parents | |
children | 7a526dcd4932 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/croscore-fonts/receipt Sat Apr 06 15:17:07 2013 +0200 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 +}