# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby DESCRIPTION="FLVTool2 is a meta data manipulation tool for Macromedia Flash Video files (FLV)" HOMEPAGE="http://inlet-media.de/flvtool2" SRC_URI="http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz" USE_RUBY="ruby16 ruby18 ruby19" LICENSE="flvtool2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" S="${WORKDIR}/flvtool2-${PV}" src_install() { ${RUBY} setup.rb install --prefix=${D} erubydoc }