diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2006-01-19 13:09:37 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2006-01-19 13:09:37 +0000 |
commit | ad0d0b07ddeea97301a0b0b2fff19e058a02e304 (patch) | |
tree | cfbaa1556371814540a565e37fa1c523a9b1d030 /app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild | |
parent | Stable for x86. (diff) | |
download | gentoo-2-ad0d0b07ddeea97301a0b0b2fff19e058a02e304.tar.gz gentoo-2-ad0d0b07ddeea97301a0b0b2fff19e058a02e304.tar.bz2 gentoo-2-ad0d0b07ddeea97301a0b0b2fff19e058a02e304.zip |
Actually install files
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild')
-rw-r--r-- | app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild new file mode 100644 index 000000000000..3fc43c11b973 --- /dev/null +++ b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r1.ebuild,v 1.1 2006/01/19 13:09:37 truedfx Exp $ + +FROM_LANG="Japanese" +TO_LANG="English" +DICT_PREFIX="jmdict-" + +inherit stardict + +HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_ja.php" +SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2" + +LICENSE="GDLS" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" + +RDEPEND=">=app-dicts/stardict-2.4.2" + +src_install() { + stardict_src_install + dodoc README +} |