wok-next annotate droid-font/receipt @ rev 20526

Up mtpaint (3.49.13)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 17:51:29 2018 +0200 (2018-03-23)
parents 42d9d6d83956
children d958fec46c9f
rev   line source
al@20461 1 # SliTaz package receipt v2.
devl547@6090 2
devl547@6090 3 PACKAGE="droid-font"
devl547@6090 4 VERSION="2010-04-09"
pascal@6412 5 GIT_HASH=22a27501a220e8f2ea5f9be3312bb0b64e32a71a
al@19125 6 CATEGORY="fonts"
devl547@6090 7 SHORT_DESC="Font family from Google's Android project"
devl547@6090 8 MAINTAINER="devl547@gmail.com"
pascal@15579 9 LICENSE="Apache"
devl547@6090 10 WEB_SITE="http://www.droidfonts.com/"
al@20461 11
devl547@6090 12 # Located in git repo, so we need a snapshot and some dirty hacks.
gokhlayeh@8798 13 TARBALL="$PACKAGE-$VERSION.tgz"
gokhlayeh@8798 14 WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz"
devl547@6090 15
al@20461 16 compile_rules() {
al@20461 17 dir=$install/usr/share/fonts/truetype/droid-font
al@20461 18 mkdir -p $dir
al@20461 19 cp $src/*.ttf $dir
devl547@6090 20 }
devl547@6090 21
al@20461 22 genpkg_rules() {
al@20461 23 copy @std
devl547@6090 24 }