25 lines
688 B
Bash
25 lines
688 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild,v 1.1 2010/04/04 15:53:44 matsuu Exp $
|
|
|
|
inherit font
|
|
|
|
MY_P="${PN}-ttf-${PV}"
|
|
DESCRIPTION="A community developed derivatives of IPA Fonts"
|
|
HOMEPAGE="https://launchpad.net/takao-fonts"
|
|
SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz"
|
|
|
|
LICENSE="IPAfont"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
S="${WORKDIR}/${MY_P}"
|
|
FONT_SUFFIX="ttf"
|
|
FONT_S="${S}"
|
|
FONT_CONF=( "${FILESDIR}/66-${PN}.conf" )
|
|
|
|
DOCS="ChangeLog README*"
|
|
|
|
# Only installs fonts
|
|
RESTRICT="strip binchecks"
|