# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild,v 1.1 2007/09/09 15:38:24 matsuu Exp $ inherit eutils ruby MY_P="${P/_/-}" DESCRIPTION="Fantasdic is a client for the DICT protocol" HOMEPAGE="http://www.gnome.org/projects/fantasdic/" SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" S="${WORKDIR}/${MY_P}" DEPEND=">=dev-lang/ruby-1.8" RDEPEND="${DEPEND} >=dev-ruby/ruby-gnome2-0.14.1 >=dev-ruby/ruby-libglade2-0.14.1 nls? ( >=dev-ruby/ruby-gettext-0.6.1 )" src_install() { ${RUBY} setup.rb install --prefix="${D}" || die domenu fantasdic.desktop newicon data/fantasdic/icons/fantasdic_small.png ${PN}.png erubydoc }