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
768 B

# Copyright 1999-2014 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.7 2014/04/05 23:01:55 mrueg Exp $
EAPI="4"
USE_RUBY="ruby19"
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
}