diff options
Diffstat (limited to 'media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild')
-rw-r--r-- | media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild b/media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild new file mode 100644 index 000000000000..e0701f363471 --- /dev/null +++ b/media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ja-ipafonts/ja-ipafonts-003.02-r1.ebuild,v 1.1 2010/03/01 16:56:58 matsuu Exp $ + +inherit font + +MY_P="IPAfont${PV/.}" +DESCRIPTION="Japanese TrueType fonts developed by IPA (Information-technology Promotion Agency, Japan)" +HOMEPAGE="http://ossipedia.ipa.go.jp/ipafont/" +SRC_URI="http://info.openlab.ipa.go.jp/ipafont/fontdata/${MY_P}.zip" + +LICENSE="IPAfont" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +S="${WORKDIR}/${MY_P}" +FONT_SUFFIX="ttf" +FONT_S="${S}" +FONT_CONF=( "${FILESDIR}/66-${PN}.conf" ) + +DOCS="Readme_${MY_P}.txt" + +# Only installs fonts +RESTRICT="strip binchecks" |