blob: 378e0e14318e02f7366c5e7a5be08e0b3437888d [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="Nanum Gothic fonts released by Naver Inc. under OFL"
HOMEPAGE="http://hangeul.naver.com/index.nhn"
# download link does not have a version number.
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.bz2"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="*"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}"
FONTDIR="/usr/share/fonts/ko-nanum"
# Only installs fonts
RESTRICT="strip binchecks"
src_install() {
# call src_install() in font.eclass.
font_src_install
}