blob: 730b5908f3dd1e92aaf5f2ff8547988adf59e7a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/nanumfont/nanumfont-2.0.ebuild,v 1.1 2009/07/06 16:34:29 matsuu Exp $
inherit font
MY_P="NanumGothicCoding-${PV}"
DESCRIPTION="Korean monospace font distributed by NHN"
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Only installs fonts
RESTRICT="strip binchecks"
S="${WORKDIR}"
FONT_S="${S}"
FONT_SUFFIX="ttf"
|