# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql-ruby/mysql-ruby-2.4.4a.ebuild,v 1.4 2004/02/22 22:22:00 agriffis Exp $ DESCRIPTION="A Ruby extention library to use MySQL" HOMEPAGE="http://www.tmtm.org/en/mysql/ruby/" SRC_URI="http://www.tmtm.org/en/mysql/ruby/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="alpha hppa mips ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.6.8 >=dev-db/mysql-3.23.54" src_compile() { ruby extconf.rb || die emake || die } src_install() { make DESTDIR=${D} install || die }