# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-liquid/ruby-liquid-1.0.ebuild,v 1.1 2006/06/24 23:41:43 flameeyes Exp $ inherit ruby toolchain-funcs SRC_URI="mirror://rubyforge/${PN}/${P}.tar.bz2" if [[ "${PV}" == "9999" ]]; then inherit git EGIT_REPO_URI="git://git.flameeyes.eu/ruby-hunspell.git" SRC_URI="" fi DESCRIPTION="Ruby bindings for Hunspell spell-checking library" HOMEPAGE="http://www.flameeyes.eu/projects#ruby-hunspell" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" USE_RUBY="ruby18" RDEPEND=">=app-text/hunspell-1.1.9" DEPEND="${RDEPEND} dev-ruby/rust" src_compile() { tc-export CXX emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install dodoc GIT-BRANCHES AUTHORS README README.charset }