You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/ruby-shadow/ruby-shadow-2.1.4.ebuild

33 lines
784 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ruby-shadow-2.1.4.ebuild,v 1.6 2012/11/08 10:28:58 blueness Exp $
EAPI="4"
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README README.euc"
inherit multilib ruby-fakegem
DESCRIPTION="ruby shadow bindings"
HOMEPAGE="http://ttsky.net"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 hppa ppc sparc x86"
IUSE=""
each_ruby_configure() {
${RUBY} extconf.rb || die "Configuration failed."
sed -i -e "/^ldflags =/s/$/ \$(LDFLAGS)/" Makefile || die
}
each_ruby_compile() {
emake || die "Compilation failed."
mkdir lib
cp shadow$(get_modname) lib/ || die
}