diff options
author | 2005-05-22 16:32:08 +0000 | |
---|---|---|
committer | 2005-05-22 16:32:08 +0000 | |
commit | eb627a04946955e9b0e3647893976ec98d56219d (patch) | |
tree | 1b8fe010a0e9ce4108e309c4e3dec146ed223288 /app-text/yamcha/yamcha-0.32.ebuild | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-eb627a04946955e9b0e3647893976ec98d56219d.tar.gz gentoo-2-eb627a04946955e9b0e3647893976ec98d56219d.tar.bz2 gentoo-2-eb627a04946955e9b0e3647893976ec98d56219d.zip |
Initial import.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/yamcha/yamcha-0.32.ebuild')
-rw-r--r-- | app-text/yamcha/yamcha-0.32.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/yamcha/yamcha-0.32.ebuild b/app-text/yamcha/yamcha-0.32.ebuild new file mode 100644 index 000000000000..bd991a85e2cf --- /dev/null +++ b/app-text/yamcha/yamcha-0.32.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/app-text/yamcha/yamcha-0.32.ebuild,v 1.1 2005/05/22 16:32:08 usata Exp $ + +DESCRIPTION="Yet Another Multipurpose CHunk Annotator" +HOMEPAGE="http://chasen.org/~taku/software/yamcha/" +SRC_URI="http://chasen.org/~taku/software/yamcha/src/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +#IUSE="perl python ruby" + +DEPEND="sci-misc/tinysvm + dev-lang/perl" +#RDEPEND="" + +src_test() { + make check || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS README +} |