# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A GNOME application to help you manage your book collection" HOMEPAGE="http://alexandria.rubyforge.org/" SRC_URI="http://rubyforge.org/frs/download.php/518/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=ruby-gnome2-0.9 >=ruby-amazon-0.8.1" src_compile() { ruby install.rb config --prefix=/usr || die ruby install.rb setup || die } src_install() { ruby install.rb config --prefix=${D}/usr || die ruby install.rb install || die }