blob: 2c4251699d2f157f81998373ccd73b73920f00b7 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit font
DESCRIPTION="AnjaliOldLipi font for the correct Malayalam rendering"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
HOMEPAGE="https://sites.google.com/site/cibu/anjalioldlipi-font"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="*"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
FONTDIR="/usr/share/fonts/ml-anjali"
# Only installs fonts
RESTRICT="strip binchecks"
src_install() {
# call src_install() in font.eclass.
font_src_install
}