diff options
author | 2002-11-06 05:33:42 +0000 | |
---|---|---|
committer | 2002-11-06 05:33:42 +0000 | |
commit | 1d7d7d5561b03e479feac09c02826fb69b03e4ac (patch) | |
tree | ec2f4a62d6dab28d305cf6e818306fa41fcc3998 /app-i18n/skkinput/skkinput-2.05.ebuild | |
parent | Initial Import (diff) | |
download | historical-1d7d7d5561b03e479feac09c02826fb69b03e4ac.tar.gz historical-1d7d7d5561b03e479feac09c02826fb69b03e4ac.tar.bz2 historical-1d7d7d5561b03e479feac09c02826fb69b03e4ac.zip |
new ebuild
Diffstat (limited to 'app-i18n/skkinput/skkinput-2.05.ebuild')
-rw-r--r-- | app-i18n/skkinput/skkinput-2.05.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-i18n/skkinput/skkinput-2.05.ebuild b/app-i18n/skkinput/skkinput-2.05.ebuild new file mode 100644 index 000000000000..2a16d59b59a8 --- /dev/null +++ b/app-i18n/skkinput/skkinput-2.05.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.05.ebuild,v 1.1 2002/11/06 05:33:42 nakano Exp $ + +S="${WORKDIR}/${P}" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +DESCRIPTION="A SKK-like Japanese input method for X11" +SRC_URI="http://downloads.sourceforge.jp/skkinput2/864/${P}.tar.gz" +HOMEPAGE="http://sourceforge.jp/projects/skkinput2" +IUSE="" +DEPEND="virtual/glibc + virtual/x11 + app-i18n/skkserv" + +src_unpack() { + unpack ${A} +} + +src_compile() { + xmkmf -a || die + make || die +} + +src_install () { + make DESTDIR=${D} install || die + make DESTDIR=${D} MANPATH=/usr/share/man install.man || die + dodoc ChangeLog GPL skkinput.doc *.jis + insinto /etc/skel + newins dot.skkinput .skkinput +} |