diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-10-11 02:31:27 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-10-11 02:31:27 +0000 |
commit | 1189bd082f89feef5496d3b403c30f36b099a47b (patch) | |
tree | 89a409b23bf8d99bbc08200386187fb215b98937 /media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild | |
parent | Dont default BUILD_CFLAGS to CFLAGS #272479 by Markus Rathgeb. (diff) | |
download | historical-1189bd082f89feef5496d3b403c30f36b099a47b.tar.gz historical-1189bd082f89feef5496d3b403c30f36b099a47b.tar.bz2 historical-1189bd082f89feef5496d3b403c30f36b099a47b.zip |
Version bumped.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild')
-rw-r--r-- | media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild new file mode 100644 index 000000000000..377ef2b5aa19 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild,v 1.1 2009/10/11 02:31:27 matsuu Exp $ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" |