blob: d19ff4d16a156e252782eef0b22ab83c59675d7c [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit font
DESCRIPTION="DroidSansFallback and DroidSansMono"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
FONTDIR="/usr/share/fonts/droid-cros"
# Only installs fonts
RESTRICT="strip binchecks"
src_install() {
# call src_install() in font.eclass.
font_src_install
}