diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-20 05:07:10 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-20 05:07:10 +0000 |
commit | e4104810cb21f81c39c98c14a3826993275ee37f (patch) | |
tree | 64edabb9d8b358b0f9167f596d5cfe519c02284a /media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-e4104810cb21f81c39c98c14a3826993275ee37f.tar.gz gentoo-2-e4104810cb21f81c39c98c14a3826993275ee37f.tar.bz2 gentoo-2-e4104810cb21f81c39c98c14a3826993275ee37f.zip |
Version bump.
(Portage version: 2.2_pre6)
Diffstat (limited to 'media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild')
-rw-r--r-- | media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild b/media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild new file mode 100644 index 000000000000..a496dba4591c --- /dev/null +++ b/media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/unfonts-extra/unfonts-extra-1.0.2_pre080514.ebuild,v 1.1 2008/05/20 05:07:10 dirtyepic Exp $ + +inherit font + +MY_PN="un-fonts" +S=${WORKDIR}/${MY_PN} + +DESCRIPTION="Korean Un fonts extras collection" +HOMEPAGE="http://kldp.net/projects/unfonts/" +SRC_URI="http://kldp.net/frs/download.php/4649/un-fonts-extra-1.0.2-080514.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +FONT_SUFFIX="ttf" +FONT_S=${S} + +# Only installs fonts +RESTRICT="strip binchecks" |