# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit ruby inherit versionator MY_PV=$(replace_version_separator 3 '-') MY_P="ruby-oci8-${MY_PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="A Ruby library for Oracle" HOMEPAGE="http://rubyforge.org/projects/ruby-oci8/" SRC_URI="http://rubyforge.org/frs/download.php/22320/ruby-oci8-${MY_PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" USE_RUBY="ruby18 ruby19" RDEPEND="dev-db/oracle-instantclient-basic dev-db/oracle-instantclient-sqlplus" DEPEND="virtual/ruby ${RDEPEND}" src_compile() { emake -j1 CONFIG_OPT="--prefix=${D}usr" || die } src_install() { make DESTDIR=${D} install || die }