# Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="rbtree ruby module" HOMEPAGE="http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/README.html" SRC_URI="http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_compile() { ruby extconf.rb emake } src_test() { ruby test.rb } src_install() { emake DESTDIR="${D}" site-install }