# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby DESCRIPTION="Flash video and metadata manipulation" HOMEPAGE="http://www.inlet-media.de/flvtool2" SRC_URI="http://rubyforge.org/frs/download.php/17497/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" USE_RUBY="any" IUSE="" DEPEND="virtual/ruby" src_compile() { ${RUBY} setup.rb config --prefix=/usr || die "config failed" ${RUBY} setup.rb setup || die "setup failed" } src_install() { ${RUBY} setup.rb install --prefix=${D} || die "install failed" dodoc README CHANGELOG LICENSE || die "dodoc failed" }