# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Imlib2 bindings for Ruby, written with the help of these people." HOMEPAGE="http://www.pablotron.org/software/imlib2-ruby/" SRC_URI="http://www.pablotron.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-lang/ruby-1.8 >=media-libs/imlib2-1.2.0" src_unpack() { unpack ${A} cd ${S} } src_compile() { ruby ./extconf.rb || die "Failed to generate Makefile" emake || die "emake failed" } src_install() { einstall || die "einstall failed" dodoc AUTHORS MANIFEST TODO ChangeLog COPYING README }