diff options
author | 2005-03-21 16:37:16 +0000 | |
---|---|---|
committer | 2005-03-21 16:37:16 +0000 | |
commit | 65e467d0e8d6172af66f8ee8d227650f468b61d0 (patch) | |
tree | b7efbda9ebd69997c50c8b2f44d9f2db81ebcab8 /media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild | |
parent | added libtoolize call, fixes #82361 (diff) | |
download | historical-65e467d0e8d6172af66f8ee8d227650f468b61d0.tar.gz historical-65e467d0e8d6172af66f8ee8d227650f468b61d0.tar.bz2 historical-65e467d0e8d6172af66f8ee8d227650f468b61d0.zip |
Version bumped.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild')
-rw-r--r-- | media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild b/media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild new file mode 100644 index 000000000000..7abbcb847a1a --- /dev/null +++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-fonts/mplus-fonts-2.2.4.ebuild,v 1.1 2005/03/21 16:37:16 usata Exp $ + +IUSE="X" + +MY_P="mplus_bitmap_fonts-${PV}" + +DESCRIPTION="M+ Japanese bitmap fonts" +HOMEPAGE="http://mplus-fonts.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ~hppa ~mips ~amd64 ~ia64 ~ppc64" + +DEPEND="virtual/x11 + dev-lang/perl" +RDEPEND="X? ( virtual/x11 )" + +S="${WORKDIR}/${MY_P}" +FONTPATH="/usr/share/fonts/mplus" + +src_install(){ + + DESTDIR="${D}${FONTPATH}" ./install_mplus_fonts || die + dodoc README* INSTALL* +} |