From 7c86eee6bcc2bc37f4d6b5c9cd2067e402f6b6a4 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 21 Jan 2002 14:50:40 +0000 Subject: Added ebuilds for ruby bindings to Gtk+ and Gnome. --- dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild (limited to 'dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild') diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild new file mode 100644 index 000000000000..04cc24bbcf96 --- /dev/null +++ b/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.1.ebuild,v 1.1 2002/01/21 14:50:40 agriffis Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Ruby Gconf bindings" +SRC_URI="http://prdownloads.sourceforge.net/ruby-gnome/${P}.tar.gz" +HOMEPAGE="http://ruby-gnome.sourceforge.net/" + +DEPEND=">=dev-lang/ruby-1.6.4-r1 + >=x11-libs/gtk+-1.2.10-r4 + >=gnome-base/gconf-1.0.7-r2" + +src_compile() { + ruby extconf.rb || die "ruby extconf.rb failed" + emake || die "emake failed" +} + +src_install () { + make install DESTDIR=${D} + dodoc [A-Z]* +} -- cgit v1.2.3-65-gdbad